Most asked interview question in Javascript PT.2
Intro about var, let and const
var :
The var keyword is used to declare variables in JavaScript. Before you use a variable in a JavaScript program, you must declare it. Variables are declared with the var keyword as follows. Storing a value in a vari...
jayakumar03.com2 min read