Primitive and Reference Datatypes in Javascript With Examples
In javascript, the datatypes are divided into two types
Primitive Type(Primitive Datatypes)
Non-Primitive Type(Reference Type)
Primitive Type:
when we declare a variable or a function after the declaration, it needs to be stored somewhere but whe...
deepaknayak.hashnode.dev2 min read