freeCodeCamp/curriculum/structure/blocks/lab-optional-arguments-sum-function.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
389 B
JSON

{
"name": "Build an Optional Arguments Sum Function",
"isUpcomingChange": false,
"blockLabel": "lab",
"blockLayout": "link",
"dashedName": "lab-optional-arguments-sum-function",
"helpCategory": "JavaScript",
"challengeOrder": [
{
"id": "a97fd23d9b809dac9921074f",
"title": "Build an Optional Arguments Sum Function"
}
],
"usesMultifileEditor": true
}