Use this function to iterate the array in reverse order and return the value of the first element that satisfies the provided testing fu...
Description Flatten array a single level deep. Syntax flatten(array) Parameters Input ParameterTypeDescription array Array The arr...
Description Recursively flatten array. Syntax flattenDeep(array) Parameters Input ParameterTypeDescription array Array The array t...
Description Recursively flatten array up to depth times. Syntax flattenDepth(array, depth) Parameters Input ParameterTypeDescription...
Description Round a number down to the nearest whole number Syntax floor(number) Parameters Input ParameterTypeDescription number ...
Description Use this function to get the value at a specified path of an object. If the resolved value is 'undefined', the provided 'de...
Description Use this function to get the day of the month of the given date. Syntax getDate(date) Returns Return ValueDescription N...
Description Use this function to get the day of the week of the given date. Syntax getDay(date) Returns Return ValueDescription Dat...
Description Use this function to get the day of the year of the given date. Syntax getDayOfYear(date) Returns Return ValueDescripti...
Description Use this function to get the number of days in a month of the given date. Syntax getDaysInMonth(date) Returns Return Va...