💍value
a primitive or an object.
JS ⟩ value
- binding of values - static binding value of identifier is predetermined at compile-time. 
- dynamic binding value of identifier is not determined until runtime. 
 
- getting values - RHS reference - get the value of a variable (if it exists). 
 
- types of value - Function - all kinds of functions. 
 
- typeName() - value's type name. 
 
 
 
Last updated
Was this helpful?