What is the result of this JavaScript code: console.log(typeof true);
Number
String
Boolean
Undefined

Computer Science Exercises are loading ...