Question from the Go test

Return a string with the word 'Hello' and the name of the person passed as an argument.

Hard

Which line returns the string "Hello, World !"

Author: Communauté W3DStatus: PublishedQuestion passed 278 times
Edit
-2
Community Evaluations
developer avatar
Incorrect answer
Auteur anonyme
11/10/2024
The 'word' variable is not defined So ' return "Hello, "+world+" !" 'will only returns 'Hello, !'
developer avatar
Incorrect answer
Delightful Zebra
03/09/2024
La variable world n'est pas définie