How To ...

alternate case of each character in a string

calculate average of array

calculate sum of all numbers in an array

capitalize first letter of each word in an array

capitalize first letter of each word in a string

capitalize Nth character in a string

check if a string contains another string

check if all characters in a string are unique

check if number is prime

check if string is a palindrome

check if two strings are anagrams of each other

compare two arrays for equality

connect to an API

convert array elements to upper or lower case

convert string to camel case

convert string to kebab case

convert string to pascal case

convert string to snake case

convert string to title case

convert temperature

count frequency of each element in an array

count number of words in a string

count odd and even numbers in an array

count occurrences of a character in a string

count vowels in a string

extract initials from a string

find difference between two arrays

find factorial of a number

find first non-repeated character in a string

find intersection of two arrays

find longest word in a string

find maximum difference between two numbers in an array

find maximum number in an array

find minimum and maximum number in an array

find minimum number in an array

find Nth maximum number in an array

find Nth minimum number in an array

find power of number

find root of number

find symmetric difference between two arrays

find union of two arrays

generate fibonacci sequence up to n terms

generate lottery numbers

generate pattern

generate random color

generate random numbers

inverse case of a string

merge two or more arrays

merge two arrays with alternative values

remove duplicates from an array

remove falsy values from an array

repeat a string

reverse a string

reverse order of words in a string

solve FizzBuzz problem

solve the two sum problem

sort an array