JavaScript
Variables
A variable is a “named storage” for data. We can use variables to store goodies, visitors, and other data.
There are 3 ways to store a variable using var, let and const.
Data types
Primitive values
Dynamic and weak typing.
JavaScript is a...
kabhishek.hashnode.dev1 min read