Seek and Destroy is a nice way to get into the arguments object, which I’ll explain shortly. This exercise will have us write a function that takes an array as the first argument, and any […]
FCC Bonfire Series 116: Where art thou
Todays challenge will have us deal with objects; to be more concise, we are going to be working with object properties, or keys. We are tasked with writing a function that takes a list […]
FCC Bonfire Series 115: Falsey Bouncer
This next bonfire will have us deal with falsy values in JavaScript. We are tasked with creating a function that takes an array, and removes all falsy values from it. Let’s first shear some light […]
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 113: Slasher Flick
Today, we are going to shop a few heads, ninja style. Who am I kidding, we are actually going to be solving the Slasher Flick bonfire. This exercise will have us write a function that […]