JavaScript 18. The ______________________ operator returns a true value if the e
ID: 3830672 • Letter: J
Question
JavaScript
18. The ______________________ operator returns a true value if the expression on its left is greater than or equal to the expression on its right.
19. The ______________________ operator returns a true value when the expressions on both sides of the operator are true.
20. When two conditional expresssions are connected by the && operator, the second expression isn’t evaluated if the first expression is ____________________.
21. The ______________________ operator returns the middle operand if the first operand is true, and the last operand if the first operand is false. It can also be rewritten as an if statement.
Explanation / Answer
Answers:
18. The _________OR_____________ operator returns a true value if the expression on its left is greater than or equal to the expression on its right.
19. The _____________AND_________ operator returns a true value when the expressions on both sides of the operator are true.
20. When two conditional expresssions are connected by the && operator, the second expression isn’t evaluated if the first expression is _________false___________.
21. The __________ternary____________ operator returns the middle operand if the first operand is true, and the last operand if the first operand is false. It can also be rewritten as an if statement.
Related Questions
drjack9650@gmail.com
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.