#es6
Read more stories on Hashnode
Articles with this tag
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...
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...