Const / Let / Var Which One Should You Use?
Difference between var, let and const
Var
Let's define a function and call it hello.
Inside the function, I defined a (for) loop, so for var i we set the value 0 and as long as it's less than 3, increment it by one then it should print the numbers o...
zahabkakar.hashnode.dev3 min read