Tagged “syntax”
Sets in JavaScript
I don’t often store things in a Set
in JavaScript, but maybe I should. The fact it will only store unique values makes it pretty handy.
JavaScript Arrow Functions
JavaScript arrow functions are one of those bits of syntax about which I occasionally have a brain freeze. Here’s a quick refresher for those moments.
See all tags.