• #dev 2020-12-26
  • Prev
    Next
  • #indieweb
  • #dev
  • #wordpress
  • #meta
  • #stream
  • #microformats
  • #known
  • #events
#dev ≡
  • ←
  • →
2020-12-26 UTC
# 20:16
[Raphael_Luckom]
one of my favorite uses of destructuring in JS is that it gives you named-args for function callers, but the syntax is basically the same number of characters as positional arguments: `function a(b, c, d}` (positional) vs `function a({b, c, d})`(named)