Content deleted Content added
m http→https for Google Books and Google News using AWB |
→Examples: Added new example |
||
Line 38:
*The expression "3 > 5" is evaluated as '''false'''.
*"5>=3" and "3<=5" are equivalent Boolean expressions, both of which are evaluated as '''true'''.
*"typeof true" returns "boolean" and "typeof false" returns "boolean"
*Of course, most Boolean expressions will contain at least one variable (X > 3), and often more (X > Y).
|