Just wrote a note about a little gotcha with default values for destructured properties of parameter objects in JavaScript that has gotten me a few times:
@aral Wouldn't just = {} work? Why repeat the parameters?
@zmicier Why yes, it does and it makes perfect sense too, thanks :) (This is why I post these things – there’s always someone who can point out a better way of doing things ;)
@zmicier PS. Updated the gist with your contribution – thanks again:
@aral Thanks!