css-tricks.com
Using Default Parameters in ES6
6
Enabling default parameter values in JavaScript functions is nothing new and ES6 now includes this as a feature. This article discusses some of the subtleties and gotchas in relation to default parameters. Read full article