#variables
Read more stories on Hashnode
Articles with this tag
With the old JavaScript, we had only one way to declare a variable, and that was with var, like var x = 10. It will create a variable called x and...