null == "" => "null" == "" // false undefined == 0 => NaN == 0 // false undefined == "" => "undefined" == "" // false null == 0 // false ???