mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-03-25 14:01:44 -04:00
23 lines
649 B
JSON
23 lines
649 B
JSON
{
|
|
"name": "Introduction to Strings",
|
|
"isUpcomingChange": false,
|
|
"blockLabel": "lecture",
|
|
"blockLayout": "challenge-list",
|
|
"dashedName": "lecture-introduction-to-strings",
|
|
"helpCategory": "JavaScript",
|
|
"challengeOrder": [
|
|
{
|
|
"id": "672d49a5cf43945ee09e5fba",
|
|
"title": "What Is a String in JavaScript, and What Is String Immutability?"
|
|
},
|
|
{
|
|
"id": "672d49b2fb76df5f1d6117af",
|
|
"title": "What Is String Concatenation, and How Can You Concatenate Strings with Variables?"
|
|
},
|
|
{
|
|
"id": "672d49c4e899345f5b33c24c",
|
|
"title": "What Is console.log Used For, and How Does It Work?"
|
|
}
|
|
]
|
|
}
|