Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 308 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 308 Bytes

Module 01 - Prototype in Javascript

Javascript craziness

  • Javascript Objects
  • Javascript Functions
  • What is the new keyword
  • What is the this keyword
  • Javascript Prototypes

Javascript is NOT Object oriented

  • There are only 6 types for values
  • There no classes
  • There is no type safety