beingidea.com
Explain difference between var, let and, const keywords - Being Idea
var, let, and const are all used to declare variables in JavaScript, but they differ in their scope, hoisting, and assignability.
Being Idea