Underscore.js _.gte() Method
The _.gte() Method checks whether each argument is greater than or equal to its next argument. Syntax: _.gte( val1, val2,..., valn ); Parameters: This method takes n values to operate on them. Return Value: This method returns a Boolean value. Note: This will not work in normal JavaScript because it