The front end Js data types Basic types and reference types January 2, 2024 by Brooke Miller No Comments 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.