Data Types In JavaScript
Introduction
There are two types of Data Types available in JavaScript:
Primitive Data Type
Non-Primitive Data Type
Primitive Data Types
Primitive Data Type refers to the Data Type in which data doesn't contain any object or method. For example- ...
shivankkapur.hashnode.dev2 min read