Saving an Array of Favorite Objects using localStorage in JavaScriptI was once challenged to save some data so that it would persist when the user refreshed the page, in this case, the data was an array of…Apr 2, 2021Apr 2, 2021
Sorting the Scores of an Array of Player Objects. -JavaScript-I was having some trouble sorting by the highest score from an array of player objects. After doing some digging I found a way that was…Mar 28, 2021Mar 28, 2021
Helping myself better understand Prototypal inheritance in Javascript. Part 2.In my last blog, I demonstrated the very basics of prototypal inheritance. We started by building a constructor that would be the…Mar 20, 2021Mar 20, 2021
Helping myself better understand Prototypal inheritance in Javascript.It was a nightmare, I was in the middle of a technical interview and was being asked some questions about Javascript, the interviewer then…Mar 15, 2021Mar 15, 2021
Planning was my Key to SuccessI am currently working through a coding Bootcamp and had a week to plan and execute a small app to show off some of the skills that we…Dec 3, 2020Dec 3, 2020
JavaScript’s reduce method. A Powerful AllyReduce is an extremely helpful swiss army knife of array methods. Reduce works like this, let’s say you have an array of numbers:Nov 10, 2020Nov 10, 2020
Tech and RestaurantsThroughout the course of our lives, we have all seen technology seep into every aspect of our daily routines. For me personally, watching…Oct 21, 2020Oct 21, 2020
Tips for taking an Online Coding Bootcamp.A few years ago, I had taken an introductory course to front-end web development in college which I really enjoyed. At the time, it was…Sep 30, 2020Sep 30, 2020