fr
fr

Question from the Go test

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

Archived

Which line returns the string "Hello, World !"

Author: Communauté W3DStatus: Archived(New question!)Question passed 292 times
-3
Community Evaluations
developer avatar
Incorrect answer
Auteur anonyme
15/12/2024
This question is bad (word is not defined in the question) therefore all the answers are incorrect
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
Emmanuel Jamet
25/12/2024
La variable world n'est pas définie et aucune des réponses ne contient "World" avec une majuscule
developer avatar
Incorrect answer
Delightful Zebra
03/09/2024
La variable world n'est pas définie