Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 1.18 KB

README.md

File metadata and controls

34 lines (21 loc) · 1.18 KB

Javascript in one pic

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

BitCoin donate button

Color notes

not recommended important

js in one pic

TODO

  • Function(basic) - inside function: arguments, return;
  • Function - as value: callback;
  • Function - methods: apply/call;
  • Array - methods: map/reduce;
  • Object(OOP) - properties, methods;
  • Scope;
  • Operators - bitwise;
  • Tips;

References

  1. Professional JavaScript for Web Developers
  2. JavaScript Garden