This is a story from when I was building a personal app (PomoMind.io). At the time, my knowledge was a bit fuzzy, but when implementing the timer function, I decided to count time using setInterval ...
Every time I'm job hunting, I refresh my knowledge on the basics, because the theory tends to fade over time. Event loop almost always makes it onto my review list, since it's one of the most likely ...