JavaScript closures: What are they?

A closure in JavaScript is a pretty obscure concept to grasp, especially when starting out. They're one of the more important building blocks and concepts in JS that enable many…

Unit Testing Components in Angular

Test-Driven development, or TDD, is a paradigm in which before any code is written, tests are first created based off of requirements/user stories. We can think of it similar to…