Files
freeCodeCamp/curriculum/challenges/_meta/lecture-introduction-to-javascript/meta.json

47 lines
1.5 KiB
JSON

{
"name": "Introduction to JavaScript",
"blockType": "lecture",
"blockLayout": "challenge-list",
"isUpcomingChange": false,
"dashedName": "lecture-introduction-to-javascript",
"superBlock": "full-stack-developer",
"challengeOrder": [
{
"id": "672d26385dbe73203c4dac81",
"title": "What Is JavaScript, and How Does It Work with HTML and CSS?"
},
{
"id": "672d496eca926b5df8176a67",
"title": "What Is a Data Type, and What Are the Different Data Types in JavaScript?"
},
{
"id": "672d497cb1a1675e47bf7ea1",
"title": "What Are Variables, and What Are Guidelines for Naming JavaScript Variables?"
},
{
"id": "672d49959621885e9d3e672c",
"title": "How Do let and const Work Differently When It Comes to Variable Declaration, Assignment, and Reassignment?"
},
{
"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?"
},
{
"id": "672d49d93b54b85faa4dbad7",
"title": "What Is the Role of Semicolons in JavaScript, and Programming in General?"
},
{
"id": "672d49e65a1c855fe7bb3fdb",
"title": "What Are Comments in JavaScript, and When Should You Use Them?"
}
],
"helpCategory": "JavaScript"
}