#basics-of-javascript
Read more stories on Hashnode
Articles with this tag
let /const Scope: let and const have block scope which means they are accessible within the block in which they are declared Reassignment: let can be...