schand143 / JS-in-one-page

whole JavaScript in one image

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Javascript in one pic

TODO

  • Function(basic) - inside function: arguments, return;
  • Function - as value: callback;
  • Function - methods: apply/call/bind;
  • Array - methods: map/reduce;
  • Object(OOP) - constructor, properties;
  • Object(OOP) - inheritance;
  • Scope;
  • Function - closures;
  • Operators - bitwise;
  • Flow control - try/catch;
  • ES6;

References

  1. Professional JavaScript for Web Developers
  2. JavaScript Garden
  3. JavaScript | MDN

About

whole JavaScript in one image

License:MIT License