mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-19 21:09:51 +08:00
Some checks failed
CI - E2E - 3rd party donation tests / Build & Test (20.x) (push) Has been cancelled
CI - Node.js / Lint (20.x) (push) Has been cancelled
CI - Node.js / Build (20.x) (push) Has been cancelled
CI - Node.js / Test (20.x) (push) Has been cancelled
CI - Node.js / Test - Upcoming Changes (20.x) (push) Has been cancelled
CI - Node.js / Test - i18n (italian, 20.x) (push) Has been cancelled
CI - Node.js / Test - i18n (portuguese, 20.x) (push) Has been cancelled
31 lines
858 B
JSON
31 lines
858 B
JSON
{
|
|
"name": "Debugging Techniques",
|
|
"blockType": "lecture",
|
|
"blockLayout": "challenge-list",
|
|
"isUpcomingChange": false,
|
|
"dashedName": "lecture-debugging-techniques",
|
|
"superBlock": "full-stack-developer",
|
|
"challengeOrder": [
|
|
{
|
|
"id": "6733aa9b006d29f4d11307a5",
|
|
"title": "What Are Some Examples of Common JavaScript Errors?"
|
|
},
|
|
{
|
|
"id": "6733bec70d86e13522e98a4f",
|
|
"title": "How Does the Throw Statement Work?"
|
|
},
|
|
{
|
|
"id": "6733bee844600f35c05b8264",
|
|
"title": "How Does try...catch...finally Work?"
|
|
},
|
|
{
|
|
"id": "6733becf4b0c353553b9bfa4",
|
|
"title": "How Does the Debugger Statement Work?"
|
|
},
|
|
{
|
|
"id": "6733befb703ca6361da3755b",
|
|
"title": "What Are Some Examples of Using Advanced JavaScript Debugging Techniques?"
|
|
}
|
|
],
|
|
"helpCategory": "JavaScript"
|
|
} |