#javascript
Read more stories on Hashnode
Articles with this tag
var , let and const ( VLC ) are the keywords available to us with the help of which we can declare variables in JavaScript. Syntax : var a = 10; let b...