Files
freeCodeCamp/curriculum/structure/blocks/lecture-working-with-conditional-logic-and-math-methods.json
2025-10-23 23:20:15 +05:30

23 lines
705 B
JSON

{
"name": "Working with Conditional Logic and Math Methods",
"blockLabel": "lecture",
"blockLayout": "challenge-list",
"isUpcomingChange": false,
"dashedName": "lecture-working-with-conditional-logic-and-math-methods",
"helpCategory": "JavaScript",
"challengeOrder": [
{
"id": "673271fd11d063daf0cf8d20",
"title": "What Are Conditional Statements, and How Do If/Else If/Else Statements Work?"
},
{
"id": "6732720e95f6a0db526a2e4d",
"title": "What Are Binary Logical Operators, and How Do They Work?"
},
{
"id": "67327217e70ee0db7913b255",
"title": "What Is the Math Object in JavaScript, and What Are Some Common Methods?"
}
]
}