Last Javascript assessment to save the 2021 Q1
I hope that Denzel Washington will help you to validate the course Javascript Empire.
Complete the 20 Javascript questions in index.js file.
- Fork the project via `github`
- Clone your forked repository project `https://github.com/YOUR_USERNAME/please-denzel-help-me`
❯ cd /path/to/workspace ❯ git clone [email protected]:YOUR_USERNAME/please-denzel-help-me.git
- Complete the 20 Javascript questions in index.js file
- Commit and push your different modifications
❯ cd /path/to/workspace/please-denzel-help-me ❯ git add -A && git commit -m "feat(questions): save question 1 to 10" ❯ git push origin master
Note:
- why following a commit message convention?
- if you catch an error about authentication, add your ssh to your github profile.
- If you need some helps on git commands, read git - the simple guide