Eliahu Garcia Lozano
Eliahu Garcia Lozano

Eliahu Garcia Lozano

Follow
homeMy Websitebadgesnewsletter
Tag

ES6

#es6

More content

Read more stories on Hashnode


Articles with this tag

Default Function Parameters

Dec 7, 20203 min read 250 views

We always have to validate if the arguments passed in a function have a value or they are undefined but, do we really? Introduction In my last post, I...

Default Function Parameters

Destructuring Assignment In A Function Parameter

Nov 27, 20204 min read 336 views

Have you ever passed an argument as a null or undefined in a function? Since ES2015 (aka ES6) you don’t have to. You can use JavaScript...

Destructuring Assignment In A Function Parameter