Difficile
Que vaut obj.hello
après l'exécution de ces quelques lignes de code ?
var obj = { hello: 'Hello' }, hello = 'Hello';
obj[hello] += ',';
obj.hello += ' world';
obj['hello'] += '!';
Auteur: Jean-marie CléryStatut : PubliéeQuestion passée 2095 fois
Modifier
4
Évaluations de la communauté
Auteur anonyme
21/02/2022
Hello there. It seems to be an issue with the english translation. Thank you for the reporting. I fix it !
Auteur anonyme
10/03/2023
I tested the code here and it actually logs "Hello world!". The line `obj[hello] += ','` is useless tho.
Questions similairesPlus de questions sur Javascript