This next bonfire, Search and Replace, will have us write a function that takes in three (3) arguments. A sentence. A word present inside the sentence (this is what we are going to be replacing). […]
FCC Bonfire Series 121: Roman Numeral Converter
Things are starting to get really interesting, and will probably end up a little long, this next bonfire will have us write a roman numeral converter. The functionality is quite clear, take in a number and […]
FCC Bonfire Series 120: Diff Two Arrays
This next challenge, Diff Two Arrays, will have us write a function that takes in two arrays, and should return a single array containing those values that are not present in any of these two […]
FCC Bonfire Series 119: Sum All Numbers in a Range
This challenge will have us code a function that takes in an array of two numbers. The function should return the sum of these two and every integer that lies in between. Note that, the […]
FCC Bonfire Series 118: Where do I belong
Sorting arrays is something everyone should me familiar with. Todays challenge will have us write a function that takes an array composed of numbers as the first argument, and a single number as the second. […]