Question 1: If-Else Condition
What will be the output of:
Question 2: Switch Statement Default
What will be the output?
Question 3: For Loop Execution
How many times will this loop run?
Question 4: JS While Loop
What is the output?
Question 5: Do-While Loop Execution
What is the output?
Question 6: For...of Loop
What is the output?
Question 7: for...in Loop
Which loop is used to iterate over object properties?
Question 8: Break Statement
What does the break statement do inside a loop?
Question 9: JS Continue Statement
What is the output?
Question 10: Nested Loop Execution
How many times will "Hello" be printed?