melanieseltzer / es6-all-the-things

Collection of ES6 goodies for next-level dev 🤓💻
https://melanieseltzer.github.io/es6-all-the-things/
207 stars 23 forks source link

Fix typo in default function arguments #3

Closed askhat closed 6 years ago

askhat commented 6 years ago

If it is an arrow function there must be an arrow

melanieseltzer commented 6 years ago

Thank you!! Completely missed that.