Introduction - If you have any usage issues, please Google them yourself
In Javascript, there are five primitive data types. They are string, number, boolean, undefined, and null. The typeof
operator lets you know the data type of a variable or value. The values of the typeof operator can be "number", "string"
"boolean", "undefined", "object", or "function"