Conditionals - Review
7 important questions on Conditionals - Review
What is the default control flow for statements to be read and executed?
- Left-to-right
- Top-to-bottom
What do control structures with the control flow?
What is the function of the Ternary Operator?
- Higher grades + faster learning
- Never study anything twice
- 100% sure, 100% understanding
What does the Logical AND operator && check?
- If both values truthy -> true
- If one, or both values falsy -> false
What is the function of a Switch Statement?
How does an If Statement work?
- If the expression is truthy -> the code will print
- If the expression is falsy -> the code will not execute
What is the function of Comparison Operators? List the 6 of them
- Strict equal ===
- Strict not equal !==
- Greater than >
- Less than <
- Greater than or equal >=
- Less than or equal <=
The question on the page originate from the summary of the following study material:
- A unique study and practice tool
- Never study anything twice again
- Get the grades you hope for
- 100% sure, 100% understanding