console.log(typeof typeof true);
console.log(typeof true)
console.log(typeof 'boolean')
what is the output of console.log(typeof typeof true) ?
what is typeof operator?
Primitive data types in javascript
Javascript Interview Questions and Answers