Michael AbeHoisting in JavaScriptAn important aspect of coding in JavaScript is making sure that we are always aware of the scope that we are dealing with. Scope is…Dec 23, 2021Dec 23, 2021
Michael AbeJavaScript flatMap()As we know by this point JavaScript has many different built in methods that help us navigate and manipulate whatever we are working with…Dec 16, 2021Dec 16, 2021
Michael AbeJavaScript reduce()As we have discussed many times, as a basic fundamental aspect of programming, we use a lot of arrays to hold and potentially manipulate…Dec 9, 2021Dec 9, 2021
Michael AbeJavaScript some()As we have discussed many times, arrays and navigation through them is a fundamental part of coding in general. Obviously, JavaScript is no…Dec 2, 2021Dec 2, 2021
Michael AbeJavaScript SortOne of the most important and basic aspects of programming using arrays to store and manage data. Since an array is basically a grouping or…Nov 25, 2021Nov 25, 2021
Michael AbeOOP JavascriptObject Oriented Programming (referred to as “OOP” from now on)when it comes to Javascript can make a lot of sense. Ruby is a language that…Nov 17, 2021Nov 17, 2021
Michael AbeUsing regular expressionsWhen we look at coding, as in nature and life one can start to see patterns and predictability. Coding in general uses a lot of patterns…Nov 11, 2021Nov 11, 2021
Michael AbeJavaScript Loops ExpandedAs we have discussed previously, loops and iterating are incredibly important aspects of coding overall. JavaScript is no exception to this…Nov 4, 2021Nov 4, 2021
Michael AbeJavaScript while loopLast week we talked about the for loop in JavaScript. The for loop is a great way to write a loop that operates for a predetermined amount…Oct 28, 2021Oct 28, 2021
Michael AbeJavaScript loops and iterating through themRecently when working through a few coding challenges, I realized that sometimes sometimes when things progress, we as evolving people can…Oct 21, 2021Oct 21, 2021