Codewars devolvendo cordas
function greet(name) {
//your code here
return (`Hello, ${name} how are you doing today?`)
}
Michael Futral
function greet(name) {
//your code here
return (`Hello, ${name} how are you doing today?`)
}