Which of these statements display true
in the console?
Perfect! (true || false)
is true
because one of the statements is true and 10
obviously isn't over 9000
.
Whoops! (true || false)
is true
because one of the statements is true and 10
obviously isn't over 9000
.