Channel Avatar

Code With Sanju @UC-Z7Pa7utlJ4H5soHb4_Qfw@youtube.com

48 subscribers

Hey there, welcome to Code With Sanju! πŸ‘‹ This channel is a


Welcoem to posts!!

in the future - u will be able to do some more stuff here,,,!! like pat catgirl- i mean um yeah... for now u can only see others's posts :c

Code With Sanju
Posted 2 months ago

let a = 0
let b = new Number(0)
if(a){
console.log('Okay im fine')
}
if(b){
console.log('im not fine')
}

what will be the out put?

5 - 0

Code With Sanju
Posted 3 months ago

Predict the answer







console.log([1,2,3]==[1,2,3])

10 - 0

Code With Sanju
Posted 3 months ago

Predict the Output


console.log([1, 2, 3] + [5, 10, 15])

8 - 1

Code With Sanju
Posted 3 months ago

Predict the Output



Console.log( typeof [1,2] )

12 - 7