DEV Community

Mehul Lakhanpal
Mehul Lakhanpal

Posted on • Originally published at codedrops.tech

What's the output?

Write the output in the comments

if ([]) {
  console.log("TRUE");
} else {
  console.log("FALSE");
}
Enter fullscreen mode Exit fullscreen mode

Thanks for reading πŸ’™

Follow @codedrops.tech for daily posts.

Instagram ● Twitter ● Facebook

Micro-Learning ● Web Development ● Javascript ● MERN stack ● Javascript

codedrops.tech

Top comments (4)

Collapse
 
jamesrweb profile image
James Robb

Should be true

Collapse
 
ml318097 profile image
Mehul Lakhanpal

Correct πŸ‘

Collapse
 
ai7ch profile image
Aitch

True. It is!

Collapse
 
ml318097 profile image
Mehul Lakhanpal

Correct πŸ‘