I know that there are 6 data types in JavaScript.
What are the \"reference\" types in JavaScript and what are the \"value\" data types in JavaScript?. Could someone list
From the standard#sec-8
The ECMAScript language types are Undefined, Null, Boolean, String, Number, and Object
The only "reference" type is the Object.
"reference"
Object