var, let & const in JavaScript
Dec 25, 2022 · 3 min read · Javascript is the language of the web as 98% of the world’s websites use javascript for the client side. var the keyword was a way of initializing variables in javascript until 2015 when let and const keywords were introduced in ES2015 (ES6). Their i...
Join discussion
