Skip to content

Latest commit

 

History

History

00-asserting

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

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.