Day 17 — 100 Days of Code

John Kirtley
1 min readSep 4, 2019

Today was a pretty busy day at work, so I didn’t get a ton of time to code. I was pretty burnt out when I got home, but I still managed to put in about 2 hours of work.

I mostly focused on practicing writing JavaScript functions. I particularly focused on high-order functions like filter, map, forEach, etc.

While practicing those methods, I was also working on practicing using arrow notation with my functions to really simplify my code, and in most cases, making it only 1 line.

It’s pretty interesting how you can write a for loop that could take up multiple lines and instead implement a forEach function that does the same thing in 1 line.

I’m hoping I’ll get more work done tomorrow, but I also think I was lagging today due to the long weekend. Now that I’m back in the flow of learning JavaScript, I should be pretty productive this week.

--

--

John Kirtley

Professional Full-Stack Developer who wants to help other aspiring developers make it into the industry.