Today, we are going to be making a person (not in that sense, you) using a constructor function. When this function get’s called using the new keyword, it will construct and return an object, that’s why […]
Tag: object properties
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 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 […]