Explain Values and Types in JavaScript Technology Community › Category: JavaScript › Explain Values and Types in JavaScript 0 Vote Up Vote Down VietMX Staff asked 4 years ago JavaScript has typed values, not typed variables. The following built-in types are available: string number boolean null and undefined object symbol (new to ES6)