freeCodeCamp/curriculum/structure/blocks/lab-reverse-a-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

13 lines
324 B
JSON

{
"name": "Build a String Inverter",
"isUpcomingChange": false,
"blockLabel": "lab",
"blockLayout": "link",
"dashedName": "lab-reverse-a-string",
"helpCategory": "JavaScript",
"challengeOrder": [
{ "id": "a202eed8fc186c8434cb6d61", "title": "Build a String Inverter" }
],
"usesMultifileEditor": true
}