Signup/Sign In

Guess the Output - Part 4 Test

JavaScript Avg. Score: 2.41 141 Beginner
Q.1 What will be the output of the following code snippet?
console.log(0 == false);
Q.2 What will be the output of the following code snippet?
console.log(NaN === NaN);
Q.3 What will be the output of the following code snippet?
console.log(Boolean([]));
Q.4 What will be the output of the following code snippet?
console.log('1' - - '1');
Q.5 What will be the output of the following code snippet?
console.log([] == ![]);

Studytonight logo

Find me on YouTube

I make videos for Fullstack Dev, AWS, Ethical Hacking and Foundational stuff.