• Sunday Studies #2

    January 13, 2019

    When it comes to looping through arrays and performing a function on each item, there are three common methods that you should be familiar with: for, forEach and map. For this week, we are going to practice using these in order to gain familiarity with each one and when one is better to use than another.

    Read more →
  • Sunday Studies #1

    January 6, 2019

    Welcome to the first edition of Sunday Studies! Every week I'll be releasing a code challenge for you to solve for the week. The solution will be posted on Saturdays so you can see how I worked through the problem.

    Read more →