Signup/Sign In

Guess the Output - Part 2 Test

JavaScript Avg. Score: 2.67 246 Beginner
Q.1 What will be the output of the following code?
console.log(typeof typeof 7);
Q.2 What is the output of the following code snippet?
console.log(0.1 + 0.2 === 0.3);
Q.3 What will be the output of the following code snippet?
console.log(5 < 7 < 9);
Q.4 What will be the output of the following code snippet?
console.log(1 + 2 + "3");
Q.5 What will be the output of the following code snippet?
console.log(null == undefined);

Studytonight logo

Find me on YouTube

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