The only difference is this: !isNan(1/0) // --> true isFinite(1/0) // --> false. isNaN checks whether the argument is a number or not.
確定! 回上一頁