isFinite()
is used to check if a value is a finite number. It returns true
if the value is a finite number, and false
otherwise.
Tags: intermediate, JavaScript, type checking
isFinite()
is used to check if a value is a finite number. It returns true
if the value is a finite number, and false
otherwise.
Tags: intermediate, JavaScript, type checking