I'm participating in Advent of Code for the first time and learned a lot about parsing inputs as external files this week.
Related to Advent of Code, I learned that in Javascipt .split() takes an optional second argument of a number of splits to make. It came in handy for the Day 2 problem.
And I watched Ania's Make Your Oen API video. I've done a few projects with backend APIs but the refresher on building a very simple one was inspiring and helpful.
I'm participating in Advent of Code for the first time and learned a lot about parsing inputs as external files this week.
Related to Advent of Code, I learned that in Javascipt
.split()takes an optional second argument of a number of splits to make. It came in handy for the Day 2 problem.And I watched Ania's Make Your Oen API video. I've done a few projects with backend APIs but the refresher on building a very simple one was inspiring and helpful.
Awesome! Also, Ania has great content.