Upgrade to Pro — share decks privately, control downloads, hide ads and more …

JS under the hood

dimko1
August 29, 2015

JS under the hood

Just a description of how JS works

dimko1

August 29, 2015
Tweet

More Decks by dimko1

Other Decks in Technology

Transcript

  1. Why? There is two types of developers who have no

    clue how their tools works: iOS devs and JS devs
  2. WTF IS OBJECT? An Object is a collection of properties.

    Each property is either a named data property, a named accessor property, or an internal property
  3. ?