There are three different keyword you can use when declaring a variable(or constant) in Javascript. They are var, let, and const. Shortly, you can use either var or let if you want to define a changeable variable. A variable define with var or let k...
eknotes.app4 min read
No responses yet.