Skip to content

Commit b4a9224

Browse files
committed
mcqjsday1
1 parent 382c3cd commit b4a9224

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

JavaScript Interview/Most Imp MCQ/chatgpt.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -325,6 +325,7 @@ console.log( typeof typeof Infinity);//string
325325
console.log(typeof Object);//function
326326
327327
328+
console.log( typeof typeof Object);//string
328329
console.log(typeof typeof true);//string
329330
330331
console.log(3 > 2 > 1); //false true>1 type coreceion false

0 commit comments

Comments
 (0)