JavaScript is cool (don’t @ me), but how can a machine actually understand the code you’ve written? As JavaScript devs, we usually don’t have to deal with compilers ourselves. However, it’s definitely good to know the basics of the JavaScript engine and s… Read more
Similar
The yield keyword is used to pause and resume a generator function
(function* or legacy
generator function). (more…)
Read more »
Dear Apple, Call it what you want - code pushing, hot patching - but the concept is the same: a framework that allows apps to be updated by developers AFTER download. I think we can agree the goal is sound - reduce bugs and crashes. But is this concept - ... (more…)
Read more »
Think of the last time you goofed up on the job. Maybe you forgot to clean out
the microwave in the break room. Maybe you hit “Reply All” when you really
meant “Reply.” Or maybe you nodded off during an all-hands meeting. (more…)
Read more »
Encapsulation is the bundling of data and the methods that act on that data such that access to that data is restricted from outside the… (more…)
Read more »
Learn useful JavaScript tricks like converting to numbers, setting default values, dynamic property names, and many tips using ES6 destructuring. (more…)
Read more »