The lastest ECMAScript standard have 7 data types :
- Primitive :
- Boolean.
- null.
- undefined.
- String.
- Number.
- Symbol ( new in ECMAScript 2015 ).
- Non - Primitive :
- Object.
So, what is the difference between Primitive data type and Non - Primitive data type ? Many thanks for support.