Introduction In this JavaScript Getting Started, you will learn about JavaScript Variables var, let, and const along with their usage. Join me in learning variables and start using them in your work. What is a variable ? Any application that we write is going to be based on data. If we’re selling fruits, we need […]
Browsing Tag: let
JavaScript
Difference between var, let and const in JavaScript (ES6)
In this post, I will explain the difference between var, let, and const in Javascript. I will be using a visual studio code for the demo purpose. This module is part of variables and parameters which is part of JavaScript Fundamentals for ES6. These features are designed to make JavaScript code easier to read, write, […]