Day6 - git with js challenge

arung86

Arun Kumar G

Posted on April 5, 2020

Day6 - git with js challenge

Git and JavaScript Learning

Link to challenges

https://dev.to/codeguppy/50-micro-coding-challenges-for-javascript-learners-5ace

Commands to start a local and pushing the changes to brand new remote

git init
git add
git commit -m "first commit"
git remote add origin https://github.com/arung86/50-js-challenges.git
git push -u origin master

My challenges are tracked in Repo

https://github.com/arung86/50-js-challenges.git

💖 💪 🙅 🚩
arung86
Arun Kumar G

Posted on April 5, 2020

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related