Coding > If/Else Statements > Flashcards
Why do you always use === for comparisons?
== can give false positives
Do all if statements require an else statement?
no
What is the proper syntax for using the or operator?
||