Skip to content
This repository has been archived by the owner on Aug 10, 2021. It is now read-only.

Latest commit

 

History

History
20 lines (13 loc) · 213 Bytes

04-debugging.md

File metadata and controls

20 lines (13 loc) · 213 Bytes

How do I clear the console?

console.clear();

What does an assignment statement evaluate to?

true

What are falsy values?

  • false
  • 0
  • ""
  • NaN
  • undefined
  • null

What's OBOE?

Off by one error