JS data type:

Value types: String, Number, Boolean, Null, Undefined, Symbol. (Symbol is a new raw data type introduced by ES6)

Reference data types: Object, Array, Function.