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