- Type of is an operator. It is used to check the data type of a variable or value.
EX:
console.log(typeof 10); // "number"
console.log(typeof "Hello"); // "string"
Intelligence View
What is Type of?
Type of is an operator. It is used to check the data type of a variable or value. EX: console.log(typeof 10); // "number" console.log(typeof "Hello"); // "string"
SOCIAL SHARE CARD GENERATOR