A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://webplatform.github.io/docs/javascript/isFinite below:

isFinite ยท WebPlatform Docs

isFinite Summary

Determines whether a supplied number is finite.

Syntax
isFinite(number)
number
Required. Any numeric value
Return Value

Returns true if number is any value other than NaN, -Infinity or Infinity. In those three cases, it returns false.

Examples
isFinite(); // false, because its NaN
isFinite(42); // true
isFinite(-Infinity); //false
isFinite(4 / 0); //false
See also Other articles Attributions

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4