#variables
Read more stories on Hashnode
Articles with this tag
In JavaScript, there are three keywords used in declaring a variable, these are the var, let, and const keywords. In this article, we will be...