how would you convert:
(function(age) {return `your ${age}`; })(10);
to an arrow function? I tried but doesnt work:
(const yea