Welcome to the final JavaScript test! The purpose of this test is to see if you master the core skills of JavaScript.
- Fork this repository to your personal account
- Make a branch with your name, for example:
js3-test-noerpaanakker
- Check the following list. You'll find your name + the version of the test you are expected to make:
Version 1
- Basak Sila Kaymak
- Ceylan Baysal
- Serafettin Bayram
- Mustafa Tuncer
- Yalcin Tok
Version 2
- Ali Dagdeviren
- Douaa Hasan
- Aline Pereira
- Muhammad Ali Hussein
- Nurullah Bayram
Version 3
- Ahmad Jiblawi
- Hikmet Erdil
- Samed Ozcan
- Ali Amouri Kadhim
- Make the test in the folder named after your test version. You should work within the
test.js
file. You are NOT allowed to change theindex.html
file.
- Read the task description carefully
- Divide the task in small, functional steps and then execute each step
- If you feel stuck move on to the next task
- Use Google when needed
- TEST YOUR CODE BEFORE YOU SUBMIT IT!
- Keep calm
- Commit your work locally
- Push it to your forked repository
- Make a pull request to the original repository (https://www.github.com/HackYourFuture/class24-js3-test)