注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
こうやるのが正。かな? if ( isNaN( parseInt( number ) ) isNaNは引数がNaNかどうかをチェックする関... こうやるのが正。かな? if ( isNaN( parseInt( number ) ) isNaNは引数がNaNかどうかをチェックする関数なのですが、 NaN(Not a Number)って何??といったら、NumberオブジェクトのNaNプロパティらしいです。 http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Properties:NaN そして、このプロパティの値は、代入できないし、比較できないのだそうです。 NaN is always unequal to any other number, including NaN itself; you cannot check for the not-a-number value by comparing to Number. NaN. Use
2014/12/01 リンク