JS Mandatory parameters

PHOTO EMBED

Thu Dec 17 2020 00:29:42 GMT+0000 (Coordinated Universal Time)

Saved by @DBZFYAM #javascript

const hello = (name = mandatory()) => { return console.log(`Hello: ${name}!`)};
hello(’Rick’);
content_copyCOPY

https://medium.com/javascript-in-plain-english/12-more-new-super-useful-tricks-in-javascript-497062e67e08