Created
June 10, 2015 20:55
-
-
Save terakilobyte/ac714907efe31841e28b to your computer and use it in GitHub Desktop.
JS Curriculum
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 1. Variable Types (Primitive/Object) | |
| 2. Logical Operators | |
| 3. Branch Statements (If/Else/Switch) | |
| 4. Arrays (Basic) | |
| 5. Loops (For/While) | |
| 6. Functions (Basic) | |
| 7. Objects (Basic) | |
| 8. Arrays and Objects (Intermediate) | |
| 9. Scope | |
| 10. This keyword | |
| 11. Prototypes | |
| 12. Advanced Functions | |
| 13. ES6 | |
| 14. JavaScript Patterns | |
| 15. Design Patterns | |
| 16. Functional Programming (Basic) | |
| 17. Observables (Basic) | |
| 18. Functional Programming (Intermediate) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment