Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 461 Bytes

File metadata and controls

16 lines (10 loc) · 461 Bytes

Asserting

0. Comments and Logs

A short review of comments and logs, two JS language features designed to help developers understand code.

1. Predicting Execution

A short review of stepping through and predicting program execution, plus some guides for using different debugging tools.

2. Isolate

Practice predicting and verifying program execution with console.assert in small programs that only use variables declared with let or const.