:pencil: Solutions to the NodeSchool Javascripting Workshopper
Beginner exercises in order to learn the basics of JavaScript
1. Introduction
2. Variables
3. Strings
4. String length
5. Revising strings
6. Numbers
7. Rounding Numbers
8. Number to string
9. If statement
10. For loop
11. Arrays
12. Array Filtering
13. Accesing array values
14. Looping through arrays
15. Objects
16. Object properties
17. Functions
18. Function arguments
19. Scope