Implicit semicolon insertionWhat does this snippet of code return? function Greetings(name) { return "Good morning, " + name } Greetings("Giovanni") Select one:GiovanniGood morning, GiovanniGood morning,undefinedSubmit