Please enable JavaScript.
Coggle requires JavaScript to display documents.
booleans ((equal value or type === (better to use (For example if its a…
booleans
greater than >
greater or equal to >=
less than <
equal to ==
is equal but coverts it
for example if its a string and a number with the same value it will say true
example: "5" ==5
less than or equal to <=
not equal to !=
equal value or type ===
better to use
For example if its a string and a number with the same value but different types it will be false
example: "5"===5
see if its the same string and string
not equal value or equal type !==
&&
both must be true
and
or
\
one has to be true
not
!
flips it
these are always false
null
undefined
""
0
false