Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
足し算を使ってデータを計算しています。計算すると、間違った出力が得られます
AS6 を聞く 出力 7.81 を取得する必要がありますが、間違った値または Nan を取得しています。私が間違っていたところを助けてください。
parseInt('')でありNaN、NaN + n(n は任意の整数) も NaN です。
parseInt('')
NaN
NaN + n