Gage ThornberryinDev Genius“Matrix Diagonal Sum”: LeetCode ChallengeOkay, so let’s talk about how we’re going to solve this. Given an array that is N by N size, let’s slice an X out of it and sum those…Apr 11, 2021Apr 11, 2021
Gage ThornberryinDev GeniusES6 Default Parameters + Spread OperatorES6 is a new standard of JavaScript that was released on June 17th, 2015. This new release includes many new features that can be utilized…Nov 28, 2020Nov 28, 2020
Gage ThornberryCreating a queue using Javascript arrays and classes.Arrays are in my opinion the most dynamic data structure of them all. Arrays are particularly useful for holding multiple types of data…Aug 7, 2020Aug 7, 2020
Gage ThornberryinDev GeniusHello and welcome to the Spiral MatrixThe spiral matrix is one of the most well known code challenges because of the tricky logic that comes with the problem.Aug 1, 2020Aug 1, 2020
Gage ThornberryReact state and components introWelcome. Today I’ll be explaining what React components and state management is and how you can use it in your React app.Jul 19, 2020Jul 19, 2020