Day 22: Back to Coding After Two Days Off
#100DaysOfCode Challenge

Search for a command to run...
#100DaysOfCode Challenge

No comments yet. Be the first to comment.
How Perseverance Led Me to Data Analytics

An SQL cheat sheet for beginners

My top learning resources and why I like them

A how-to- guide with code snippets and a live demo

My Top 7 Git Commands and How I Use Them

Photo by Ben Wicks on Unsplash
Due to some unexpected illness Days 20 & 21 were rest days and today was an easy day — no coding, just reading. I hope everyone remembers to work hard toward their goal, but also listen to what their body needs. Here’s my update for Day 22! Happy coding!
Today I read through Chapter 5 ‘Higher-Order Functions’ of Eloquent JavaScript Marijn Haverbeke. This chapter focused on using abstraction to write simpler, easy-to-read programs/scripts. Below are my notes from today’s reading.
map method transforms an array by applying a function to all of its elements and building a new array from the returned values. The new array will have the same length as the input array, but its content will have been mapped to a new form by the function."some method is another higher-order function. It takes a test function and tells you whether that function returns true for any of the elements in the array."codePointAt(0) to get its code."It’s been a long week. Long story short, I’ve got a back/neck ache due to a poor ergonomic desk setup at work (still troubleshooting that) and I had some gastro-intestinal issues that required a day of rest. As such, I haven’t got a lot of actually coding done lately. The past two days were Rest Days and today I only read through a chapter of Eloquent JavaScript.
However, I am enjoying reading through this book. Combined with the exercises I’ve been doing on freeCodeCamp I’m finding it helpful to reinforce the concepts and see things explained in a different way.
Admittedly, I am bit sad about not getting to work on sitting down at the desk and coding, but my health has to take a priority. I’m still not quite feeling 100%, but hopefully tomorrow I’ll be rested and ready to get back at it.
You can read my full #100DaysOfCode journey on GitHub.