Guest User

Untitled

a guest
Feb 19th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. 5 > 5 // false
  2. 3 == 2 // false
  3. 9 <= 8 // false
  4. 3 != 4 // true
  5.  
  6. let a = "hola"
  7. let b = "chao"
  8. a == b // false
Add Comment
Please, Sign In to add comment