📄️ capitalize
Capitalize the all letters of the given text
📄️ capitalizeAllStartingWords
Capitalize all the starting letters of the given text
📄️ capitalizeFirstLetter
Capitalize the FIRST letter of the given text
📄️ coinFlip
Coin flip
📄️ diffArrays
Difference between two arrays.
📄️ diffArraysWithId
Diff two arrays of objects with an id property.
📄️ diffDatesByDay
Difference between two dates in days.
📄️ generateRandomBoolean
Generate a random boolean value
📄️ generateRandomHexColor
Generate random hex color
📄️ generateRandomNumber
Generate random number
📄️ generateRandomString
Generate random string
📄️ isArray
Check if the given value is an array.
📄️ isBlankString
Check if a string is blank
📄️ isEven
Check if a number is even or not.
📄️ isNotEmptyArray
Check if the array is not empty.
📄️ mergeArrays
Merge two arrays into one.
📄️ removeAllDuplicates
Removes all duplicates from an array.