Tag: number methods in javascript

  • New Number Methods and Constants in JavaScript

    Numbers can be fickle in dynamic languages where type inference occurs. JavaScript has had some problems with this in the past, but with some of the new number methods, the language is starting to resolve these issues. In this video, we take a look at truncating numbers, as well as the Number.isNaN method for better…