freeCodeCamp/curriculum/structure/blocks/lecture-working-with-string-character-methods.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

15 lines
412 B
JSON

{
"name": "Working with String Character Methods",
"blockLabel": "lecture",
"blockLayout": "challenge-list",
"isUpcomingChange": false,
"dashedName": "lecture-working-with-string-character-methods",
"challengeOrder": [
{
"id": "672d266034b5242126271995",
"title": "What Is ASCII, and How Does It Work with charCodeAt() and fromCharCode()?"
}
],
"helpCategory": "JavaScript"
}