Skip to content

Abhi5434/js-task

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JS Task

Prerequisite

Step 1

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

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.

Step 3

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.

Step 4

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.

Step 5

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.

Step 6

We'll get back to you shortly.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 100.0%