Charlie Harvey

#829

Some weird stuff:

null == 0 // false null > 0 // false null < 0 // false null <= 0 // true null >= 0 // true