Variable
The variable is used to store values in it. In order to give names to any variable it's recommended to give a meaningful name.
Declaring Variable
let message; // declaring a variable
Once any variable is been declared we need in initialize that vari...
abhishek7329.hashnode.dev1 min read