Video tutorialTrack course · freeCodeCamp
Speed
Transcript & captions
6/6
- console.log, console.table, console.error, console.time.
- debugger; pauses execution when DevTools is open.
- Read the stack trace bottom-up to find your own code.
- Throw real Error objects so stacks are preserved.
Try it yourself
Knowledge check
0/1 answeredWhich block always runs?