Attachment:
Value types and reference types in JavaScript
Data type Value/reference type Remarks
undefined Value No value
number
boolean valuestring Values
Strings will be treated as reference types during assignment operations
function object Reference
js value type and reference type