How do you iterate over objects in JavaScript? In this article we'll answer this question by showing 3 alternatives. The data we'll be using for this article contains the name of 3 Toronto Raptors, with a unique key property for each of them. Mapping…| Leigh Halliday's RSS Feed
I kept seeing Tagged Template Literals in a number of popular libraries, but I didn't understand how they worked. This article explores what they are, how they're used "in the wild", and we'll then build a small version of a css function which…| Leigh Halliday's RSS Feed
The Gutenberg editor (slated for WordPress core release in v5.0) ships with more than 60 blocks, many of which are likely irrelevant for many projects. The official Gutenberg documentation provides methods for whitelisting and blacklisting blocks, but at the time of writing this, those documented methods don’t work, and there are several open issues in the Gutenberg …| Jason Bahl