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