Write the output in the comments
if ([]) {
console.log("TRUE");
} else {
console.log("FALSE");
}
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)
Should be
true
Correct π
True. It is!
Correct π