Skip to content
This repository has been archived by the owner on Sep 25, 2024. It is now read-only.

Latest commit

 

History

History
11 lines (9 loc) · 207 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 207 Bytes

JavaScript - The weird parts

This session goes over the weird parts of JavaScript like

  • Operators
  • Truthy and Falsyness
  • Equality
  • Scope
  • Prototypal inheritance
  • this
  • Asynchronous programming