- 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;
See the LICENSE file for license rights and limitations (MIT).