Variables in JavaScript # 02
A JavaScript variable is simply a container for a value that can be changed later on.In JavaScript, we declare a variable and we do so with the use of keywords var, let and const .
Let's discuss each of the keywords.
1. let keyword :
The let keyword ...
ishikaishani.hashnode.dev2 min read