π‘ JavaScript Objects β Basics
πΉ Data Types in JavaScript
JavaScript has 8 data types, and 7 of them are called primitive.
Primitive means they can contain only a single value. These include:
string
number
bigint
boolean
symbol
null
undefined
The remaining one is object,...
withpriyanka.hashnode.dev6 min read