Signup/Sign In

Guess the Output - Part 3 Test

JavaScript Avg. Score: 1.91 182 Beginner
Q.1 What will be the output of the following code snippet?
console.log(typeof NaN);
Q.2 What will be the output of the following code snippet?
console.log(3 * 4 + "5" * 2);
Q.3 What will be the output of the following code snippet?
console.log([] + []);
Q.4 What will be the output of the following code snippet?
console.log(typeof []);
Q.5 What will be the output of the following code snippet?
console.log(!!"false");

Studytonight logo

Find me on YouTube

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