Primitive vs Reference
In javascript there are two types of data types reference and primitive types.
Primitive
As the name suggests these types are of a very basic kind. It includes the following types
String
Number
Boolean
Undefined
Null
let name = 'Amar'
let age = 22...
starver.hashnode.dev3 min read