Underscore.js _.isFinite() Function
The _.isFinite() function is used to check whether the value of the parameter passed is finite or not. If the parameter has an infinite value the output is false otherwise, true. We can even perform any operation like addition, subtraction in this function. Syntax:_.isFinite(object) Parameters:It ta