Most asked interview question in Javascript PT.2
Jan 28, 2023 · 2 min read · 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...
Join discussion


