🔥Hey hey! What will be the output of the following JavaScript code?🤔 #javascript
4
1
11
1K
0
Download Image
@_jsnoob False, false, false. Double bang is like a double negative in English, they cancel each other out. So the first null, comes back as false, an empty string will come back as false, and finally the number will come back a true.
@_jsnoob !! Just converts falsy values into a boolean. false, false, true