8

Guess what below if condition evaluates to true in javascript
-- and they say Javascript is beautiful 🙃🙃

if(test == 7 && test == 9 && test == 11) {
console.log('Hello World!');
}

Comments
Add Comment