Practicing all concepts of JavaScript from scratch to pro
const keyword has block level of scope and varaible declared with const keyword can't be re-use.
- const a= 10; -const b="musanif"
-- git add Path_to_file -- git commit -m "Your message here"
-- git push (if only main branch) -- git push origin branch_name (if to another branch)