Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 190 Bytes

Javascript.md

File metadata and controls

5 lines (5 loc) · 190 Bytes

Javascript for Dart Programmers

  1. Syntax is different
  2. All objects in Javascript can act like Dart maps
  3. All variables are essentially 'dynamic'
  4. Truthy and falsey and == operator