Question 16 of 10016%
16
What will the Greetings function return in the code below?
function Greetings(name) {
return
"Good morning, " + name
}
Greetings("Giovanni")
16/100
function Greetings(name) {
return
"Good morning, " + name
}
Greetings("Giovanni")