- Fork repo
- Clone your fork (not original repo by mistake!)
cd
into your newly cloned repository- Create a new branch by typing
git checkout -b <firstName-lastName>
- Work on your branch, push commits
Find the file index.js
and complete the tasks.
cd
into your newly cloned repositorygit checkout -b <firstName-lastName>
Find the file index.js
and complete the tasks.