Value VS Reference in Javascript
Overview
Javascript has 6 primitive data types: string, number, bigint, boolean, undefined, symbol. Although null is also considered as a primitive data type because of it's behavior, But in certain cases, null is not as "primitive" as it first seem...
shivaansh.hashnode.dev4 min read