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 ...
Understand how to write template literals so you can cleanly write string concatenations and multi-line strings. The final summary of Chapter 8! In this Modern JavaScript series, we have learned the ...