Welcome to the JavaScript folder.
The file consists of 48 exercises, divided into 7 series.
Don't be afraid of the number: most of these exercises are very short and focus on a particular aspect.
The exercises follow one another in a logical relatively way, but don't let one exercise stop you: go to the next, come back to it later.
Each exercise must be done.
NOTE: **Note: **The exercises in series 7 are a little more complex, worth a try: they are good syntheses of the progress made.
Some exercises may require running the code on a local server.
This is a good practice that should always be applied. I recommend that you installnode.js on your machines, then installsèvè, a small utility that generates a local server from your command line.
To get the most out of these exercises, some useful resources:
- Silent Teacher - learn and have fun
- Solo Learn - Javascript 🇬🇧
- Sabe - Javascript 🇬🇧
- Mozilla Javascript Guide 🇬🇧 🇫🇷
- jsfiddle - to test your js codes
- learn x in y minutes
- learn js
- 10 js array methods
Good work!