#[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)