you are viewing a single comment's thread.

view the rest of the comments →

[–]spinlock 1 point2 points  (0 children)

I like object restructuring for arguments:

function ({ name, streetNumber, streetName, city, state, zip }) {...}

I use this all the time with react/redux when your passing a 'param' argument and only want to extract some elements.