If you're not too familiar with git, then follow the steps below to get started!
- Click
Forkat the top-right of this repository and create a fork under your GitHub account. - Open your terminal and navigate to a folder of your choice
- Run
git clone https://github.com/<YOUR_USERNAME_HERE>/interview-questions.gitto clone the repository - Go into that folder (
cd interview-questions) and start working!- If you have
Node.jsinstalled, you can runnode questions.jsfrom your terminal to check your answers are working - If you don't have
Node.jsinstalled, you can try copying your code into an online editor such ashttp://repl.itto test your answers
- If you have
- When you're done add, commit and submit your work by creating a pull request! Note: You can commit as often as you like!
git add .git commit -m "<MY NAME HERE> answers"git push origin master- Go to your forked repository and click
New pull request. The base should bealtitudelabs/interview-questionsand the compare should be<YOUR_USERNAME_HERE>/interview-questions - Submit! 🎉