Hey everyone! Today, we are going to work with strings, and get the next bonfire solved, Missing Letters. This exercise will have us do the following: Write a function, that given a string containing a […]
Tag: string methods
FCC Bonfire Series 122: Search and Replace
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 114: Mutations
Time for a new bonfire, mutations. This challenge will have us write a function that takes in an array with two items inside. Both of this items are strings. The function should return true if […]
FCC Bonfire Series 111: Truncate a String
Today, we’ll be solving the truncate a string bonfire. In this exercise, we are asked to write a function that takes two arguments: a string of any length, and the maximum number of characters that […]