0
Ayuda de alguien que sepa mucho javascript
const dictionary = { "i": "yo", "love": "amor", "you": "tu"|| "te amo" }; Salen errores https://code.sololearn.com/WMBvNpkOkskr/?ref=app
13 Answers
+ 4
Line 30, you have "you": "tu": "te amo". Change it to what you have written above.
+ 2
Yo hice el siguiente y funciona.
"book": "libro",
"love": "amor",
"you": "tu",
"i love you": "te amo",
"miss": "extrañar",
"i": "yo"
+ 2
Cuando yo escribĂ "I love you", yo vi "te amo".
Tu cambiaste el cĂłdigo que escribĂ?
0
This is an example of what I want the code to do.
0
Because , no it's perfect
0
the problem that is shown when combining the words ("i"="me","love"="amor","you"="you") , and together the result is "I love you"
0
I,love,you not it's the same together i love you= te amo
0
that's the problem in the code
0
Pero si conbinas: i love you, love
No es correcto su resultado
0
Yes|si
0
Escribe i love you love en input text y es incorrecto
0
Is incorrect.
0
In the value=" Hello i love you"