Dikshya Subedidikshyasubedi.hashnode.devยทAug 11, 2023Variable in JavaScriptIn JavaScript, variables are used to store and manage data. You can declare variables using the var, let, or const keywords. Starting with ES6 (ECMAScript 2015), it's recommended to use let and const over var for better scoping and immutability, resp...jsAdd a thoughtful commentNo comments yetBe the first to start the conversation.