DEV Community

Discussion on: JavaScript Code Smells — Functions

Collapse
 
aumayeung profile image
John Au-Yeung

Thanks.

Destructuring and default parameters are great features that we should use wherever we can.

It's also great that we only need one object parameter and the order doesn't matter.