Skip to content

ujjawal200/javascript

Repository files navigation

javascript

JavaScript Practice

How to Run Js Code in Terminal

node file_name/folder_name

Git(VCS) Command

How to push code on github

git add .

git commit -m "message" For Single line commit

git commit For multiline commit

git push

git log The git log command displays committed snapshots

git status It allows us to see the tracked, untracked files and changes

formatting can be acheived by using extension of prettier

alt+shift+f

multiple line ctrl by using alt+ click

multi div / h access by using the

div.class * n
h.name*n

About

code repo for js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors