Difference between var, let, and const in JS
AnswerBot
1y
var, let, and const are used to declare variables in JavaScript with different scoping and mutability.
var has function scope and can be redeclared and reassigned
let has block scope and can be reassign...read more
Anonymous
1y
1.var
: The var
keyword was traditionally used to declare variables in JavaScript before the introduction of let
and const
. Variables declared with var
have a function scope or global scope, meaning th...read more
Help your peers!
Add answer anonymously...
Top FirstCry Node JS Developer interview questions & answers
Popular interview questions of Node JS Developer
Stay ahead in your career. Get AmbitionBox app
Helping over 1 Crore job seekers every month in choosing their right fit company
65 L+
Reviews
4 L+
Interviews
4 Cr+
Salaries
1 Cr+
Users/Month
Contribute to help millions
Get AmbitionBox app