Exercises on the fundamentals of JS for frontend people with no programming background.
You will need a text editor and a browser with a developer console, and that's it!
All exercises are found in the exercises folder.
Each exercise is an html file. The tasks are found in the comments inside the <script> tag, together with some code to start with.
- Open the html file in text editor of choice.
- Find the task and the links to relevant documentation.
- Write the missing code.
- Open the html file in the browser and open the browser dev console (i.e. how to open Chrome DevTools).