Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
ES6 Template Strings solution in Clear category for [old] Say Hi by juacompe
function sayHi(name, age) {
return `Hi. My name is ${name} and I'm ${age} years old`
}
May 12, 2019