Booleans Flashcards
1
Q
What is a boolean?
A
a data type of true and false
2
Q
What is a comparison operator?
A
< > == === <= >=
3
Q
What is the difference between undefined and null?
A
undefined is intentionally undefined variable you will declare later and null is intentionally undefined variable