Introduction to using Math in JavaScript

  • 2020-03-30 02:40:03
  • OfStack

 
Math.pow(2,53) //=> 9007199254740992:2 to the 53rd power
Math.round(.6) //=> 1.0: round


Related articles: