Strings and arrays, arrays and strings! We just can’t get enough of them. This time, we’ll be using the array and string methods we have used already, in order to write a function that takes […]
FCC Bonfire Series 106: Find the Longest Word
Remember Array methods? Good! We’ll be using them again today. Today’s challenge, “Find the Longest Word” will have us write a function that takes a string and returns the length of the longest word in […]
FCC Bonfire Series 105: Check for Palindromes
Today, I bring you a new contender: Check for Palindromes. We must write a function that takes a string, be it a single word or full sentence, and should return true if said string is […]
FCC Bonfire Series 104: Factorialize a Number
Things are starting to GET (-unfunny reference-) interesting little by little. This time, we must write a function that takes a number, and returns the result of factorializing said number, welcome to: factorialize a number. (It’s factorize, […]
FCC Bonfire Series 103: Reverse a String
I’m back with a new Free Code Camp Challenge today: reverse a string. This time, we must write a function that takes a string and returns it in… wait for it… …reverse order. There are […]