Data Types in JavaScript
Data types describe the characteristics of data stored in a variable. Data types can be divided into two: Primitive Data types Non-primitive Data types Primitive Data Types Primitive data types are immutable or non-modifiable data types. Once a ...
Aug 22, 20212 min read78
