youheng / javascript-in-one-pic

Learn javascript in one picture.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Javascript in one pic

Join the chat at https://gitter.im/coodict/javascript-in-one-pic

BitCoin donate button

Color notes

not recommended important warning

js 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;
  • Operators - bitwise;
  • Flow control - try/catch;
  • Tips;

References

  1. Professional JavaScript for Web Developers
  2. JavaScript Garden

License

See the LICENSE file for license rights and limitations (MIT).

About

Learn javascript in one picture.

License:MIT License