# Javascript basics exercises
You can find a zip file with exercises right here: JS Basics Exercises.
You will need to write functions according to the instructions in the file.
After each function you can run the function inside a console.log
to output your result to the console of your browser.
Some of these exercises will require you to some additional research to come to the correct solution.
Good luck!