capitalize first letter of each word of a string GitHub
count the number of occurences of an input-character in a stringGitHub
count vowels in a string GitHub
delay console log GitHub
FizzBuzz GitHub
list the characters and the number of their occurences in a string GitHub
Palindrome checker GitHub
remove duplicates from an array GitHub
reverse letters or words in string (with capital letter changing and punctuation) GitHub
validate an email address GitHub
Fibonacci - function that returns an array containing the first n Fibonacci numbers GitHub
Fibonacci - function that returns the nth Fibonacci number GitHub
Fibonacci - is a number in a Fibonacci Sequence GitHub
Fibonacci - recursive function that returns the nth Fibonacci number (no-memoization) GitHub
Fibonacci - recursive function that returns the nth Fibonacci number (with memoization) GitHub
Tribonacci - function that returns the nth Tribonacci number GitHub
Tribonacci - is a number in a Tribonacci Sequence GitHub
Tribonacci - function that returns an array containing the first n Tribonacci numbers GitHub
Tribonacci - function that returns an array containing the first n Tribonacci numbers (with recursion) GitHub
Tribonacci - function that returns an array containing the first n Tribonacci numbers (with recursion and memoization) GitHub