Greg Wright·Apr 2, 2021Saving 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…
Greg Wright·Mar 28, 2021Sorting 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…
Greg Wright·Mar 20, 2021Helping 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…
Greg Wright·Mar 15, 2021Helping 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…
Greg Wright·Dec 3, 2020Planning 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…
Greg Wright·Nov 10, 2020JavaScript’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:
Greg Wright·Oct 21, 2020Tech and RestaurantsThroughout the course of our lives, we have all seen technology seep into every aspect of our daily routines. For me personally, watching…
Greg Wright·Sep 30, 2020Tips 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…