var , let & const
What are variables?
Variables are used to temporarily store values that are needed for a specific purpose in the program. For example, you might use a variable to store the user's name when they enter it into a form, or to keep track of the score in ...
devj.hashnode.dev2 min read