Checks if the given number is between zero (0) and the ending number. 0 is inclusive.
The number to check.
The end of the range. Exclusive.
Returns true if number is in the range, else false.
Checks if the given number is between two numbers.
The number to check.
The start of the range. Inclusive.
The end of the range. Exclusive.
Returns true if number is in the range, else false.
NOTICE: All methods not exported from
lodashare deprecated. you can replace with ES6See