Integers in JavaScript

后端 未结 5 2084
伪装坚强ぢ
伪装坚强ぢ 2020-12-01 11:25

I\'m a beginner to Javascript so forgive me if I sound dumb because I learned some Javascript from W3Fools (which are really difficult tutorials - they don\'t explain anythi

5条回答
  •  伪装坚强ぢ
    2020-12-01 11:44

    There is zero support for integers. It should be a simple matter of rounding off a variable every time you need it. The performance overhead isn't bad at all.

提交回复
热议问题