In this installment of Programming By Stealth, Bart Busschots takes us through some review in order to prepare us to begin our journey into test driven development (TDD) with the tool Jest which he’s chosen for our TDD. He clears up some confusion on the difference between npm install and npm ci, and then he […]
Continue readingMore TagTag: fat arrow functions
CCATP #615 – PBS 86 of X — JavaScript Function Objects (Redux & Update)
This week Bart Busschots takes us back through JavaScript function objects, explaining the three different ways to define a function. It was great to have them all together to refresh our memory. He explains how only one method is hoisted, which lead him to explain the medieval history reference of “hoisted by your own petard”. […]
Continue readingMore Tag