Description Use this function to get the year of the given date. Syntax getYear(date) Returns Return ValueDescription Number Retur...
Description Use this function to check if the specified path is a direct property of the given object. Syntax has(object: T, path: P...
Use this function to check if `value` is in `collection`. If `collection` is a string, it's checked for a substring of `value`, otherwis...
Description Get the index at which the first occurrence of value is found in array, else -1 Syntax indexOf(array, value, fromIndex) ...
Description Gets all but the last element of array. Syntax initial(array) Parameters Input ParameterTypeDescription array Array Th...
Description Return the new array of intersecting values. Syntax intersection(array1, array2, arrayN) Parameters Input ParameterTypeD...
Description Use this function to check if a value is classified as an Array object. Syntax isArray(value) Returns Return ValueDescr...
Description Use this function to check if a value is classified as a boolean primitive or object. Syntax isBoolean(value) Returns R...
Description Use this function to check if a value is classified as a Date object. Syntax isDate(value) Returns Return ValueDescript...
Description Use this function to check if a value is empty. Syntax isEmpty(value) Returns Return ValueDescription Value Returns tr...