return upper case string for whatToShout argument
function shouter(whatToShout) { return `${whatToShout.toUpperCase()}!!!`; }