Skip to content

MuhammadMusanif/JavaScript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

JavaScript

Practicing all concepts of JavaScript from scratch to pro

Const Keyword:

const keyword has block level of scope and varaible declared with const keyword can't be re-use.

Examples:

  • const a= 10; -const b="musanif"

Git commands

VS code to Stage Area

-- git add Path_to_file -- git commit -m "Your message here"

Stage area to GitHub

-- git push (if only main branch) -- git push origin branch_name (if to another branch)

About

Practicing all concepts of JavaScript from scratch to pro

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published