Quiz Complete, well Done!
How can we check if a number is greater than 5 using an if statement?
What is the syntax for an if statement in JavaScript?
How many conditions can be checked in a chained if-else statement?
In an if-else statement, what happens if the condition is false?
What is the purpose of if statements?
What is the purpose of an else statement in a nested if-else statement?
How many cases can a switch statement have?
What is the purpose of an if-else statement?
Which statement is used to stop the execution of a loop in JavaScript?
When would you use switch statements?
Which symbol is used to represent the logical 'OR' operatoe in a chained if-else statement?
What happens if none of the cases in a switch statement match the expression value?
What is the purpose of else if statements in if-else statements?
What is the purpose of else statements in if-else statements?
How do you define multiple cases in a switch statement in Python?