Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/anumit-web/javascript-2


https://github.com/anumit-web/javascript-2

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# JavaScript-2

# async / await in JavaScript

git init

git branch -m old-name new-name

git branch -m master main

git status

git add --all

git commit -m "Add files"

git remote add origin https://github.com/anumit-web/JavaScript-2.git

git pull --rebase origin main
git push -u origin main