Description Get the index at which the last occurrence of value is found in array, else -1 Syntax lastIndexOf(array, value, lastSearc...
Description Convert string, as space separated words, to lower case Syntax lowerCase(text) Parameters Input ParameterTypeDescription...
Description Use this function to create a function that performs a partial deep comparison between the value at a specified path of a ...
Description Find the maximum value from a list of numbers Syntax max(numbers) Parameters Input ParameterTypeDescription numbers ar...
Description Calculate the mean (average) value of a list of numbers Syntax mean(numbers) Parameters Input ParameterTypeDescription ...
Description This method is used to recursively merge own and inherited enumerable string keyed properties of source objects into the d...
Description Find the minimum value from a list of numbers Syntax min(numbers) Parameters Input ParameterTypeDescription numbers ar...
Description Multiply two numbers Syntax multiply(first, second) Parameters Input ParameterTypeDescription first number First numb...
Description Get the element at index `n` of `array`. If `n` is negative, the nth element from the end is returned. Syntax nth(array, ...
This function works like`sortBy()` function except that it allows specifying the sort orders of the iterates to sort by. If `orders` is ...