freeCodeCamp/curriculum/structure/blocks/lab-truncate-string.json
Oliver Eyton-Williams 27a54624c3
refactor: blockType -> blockLabel (#62548)
Co-authored-by: Huyen Nguyen <25715018+huyenltnguyen@users.noreply.github.com>
2025-10-23 23:20:15 +05:30

16 lines
373 B
JSON

{
"name": "Implement the Truncate a String Algorithm",
"isUpcomingChange": false,
"usesMultifileEditor": true,
"blockLabel": "lab",
"blockLayout": "link",
"dashedName": "lab-truncate-string",
"challengeOrder": [
{
"id": "ac6993d51946422351508a41",
"title": "Implement the Truncate String Algorithm"
}
],
"helpCategory": "JavaScript"
}