DEV Community

Arun Kumar G
Arun Kumar G

Posted on

1

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

Top comments (1)

Collapse
 
khemchand123 profile image
Khem Chand

i done the challenge

SurveyJS custom survey software

JavaScript UI Library for Surveys and Forms

Generate dynamic JSON-driven forms directly in your JavaScript app (Angular, React, Vue.js, jQuery) with a fully customizable drag-and-drop form builder. Easily integrate with any backend system and retain full ownership over your data, with no user or form submission limits.

View demo

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay