DEV Community

Arul .A
Arul .A

Posted on

What are the variables in JS?

Variables has stores the data values. There are three main keywords used to declare variables:
⦁ var
⦁ let
⦁ Const

Top comments (0)