#js
Read more stories on Hashnode
Articles with this tag
Variables are used to store values in JavaScript. They can be created using the var, let, or const keywords. let, const and var The var keyword is...