Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 175 Bytes

relational-operators.md

File metadata and controls

7 lines (5 loc) · 175 Bytes

Relational operators

Uppercase letters are less than lowercase letters since they come before in the ascii codes. So "H" < "h" is true

"H" < "h" // true