Install git on your system. Download link
Create a github account.
If you have any issues in setting up github account please watch this video.
If you've git on your system and account on github move to step 2
Clone the repository on your system in any directory. Using this command
git clone https://github.com/nadeemcite/js-task.git
This command will copy all the existing code present on this repository to your system.
Create a branch on your system. Using this command after entering your repository on your system.
git checkout -b <branch_name_whatever_you_want_to_give>
Read the task.md file.
Solve as many questions as you can.
Submit your task by following commands
git add .
git commit -m "your_custom_messages"
git push origin <branch_name_given_in_step_3>
you can submit as many times you want
Once you are sure to do final submit move to next step.
Create a pull request on gitub. It can be easily created by visiting this link.
Once you create this pull request fill out the form.
Your code will be checked by one of our automated checker.
If the checks failed goto step 4 and change your code accordingly. Else move to next step.
We'll get back to you shortly.