Number.isFinite()
Term side of the Card
Topic: Number
Unit title: Number.isFinite()
Categories: Method
Explanation side of the Card
Explanation: The static method that checks if a value is a finite number. It returns `true` if the value is a finite number and `false` if the value is `Infinity`, `-Infinity` or `NaN`.
Browser compatibility:
- The chrome browser supports this feature starting from version 19
- The edge browser supports this feature starting from version 12
- The firefox browser supports this feature starting from version 16
- The safari browser supports this feature starting from version 9
Availability: