We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 382c3cd commit b4a9224Copy full SHA for b4a9224
JavaScript Interview/Most Imp MCQ/chatgpt.js
@@ -325,6 +325,7 @@ console.log( typeof typeof Infinity);//string
325
console.log(typeof Object);//function
326
327
328
+console.log( typeof typeof Object);//string
329
console.log(typeof typeof true);//string
330
331
console.log(3 > 2 > 1); //false true>1 type coreceion false
0 commit comments