What is a Data Type? In JavaScript, everything is data except: Operators: +, !, <=, etc… Reserved words: functions, for, debugger, etc. In JavaScript, every kind of data falls into JavaScript’s seven data types which include numbers, strings, booleans, symbols, objects, null and undefined How to identify a data type? …