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
undefined, null, number, string, boolean and object
object is a reference type.