Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
First solution in Clear category for [old] Say Hi by imtiaz.rahi
"use strict";
function sayHi(name, age) {
return "Hi. My name is " + name + " and I'm " + age + " years old";
}
Sept. 5, 2019
Comments: