parseInt(" 10A ")
parseInt(" 10A", 16)
parseInt(" 0x10A")
parseInt(10.5)
parseInt("X")
parseInt(NaN)
parseInt(undefined)
parseInt(Infinity)