A short review of comments and logs, two JS language features designed to help developers understand code.
A short review of stepping through and predicting program execution, plus some guides for using different debugging tools.
Practice predicting and verifying program execution with console.assert
in
small programs that only use variables declared with let
or const
.