You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hola tengo un problema con la nuevastring me figura esto:
referenceError: hola is not defined
2 |
3 | // Crea una variable "string", puede contener lo que quieras:
> 4 | const nuevaString = hola;
| ^
5 |
6 | // Crea una variable numérica, puede ser cualquier número:
7 | const nuevoNum = null;
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
hola tengo un problema con la nuevastring me figura esto:
referenceError: hola is not defined
2 |
3 | // Crea una variable "string", puede contener lo que quieras:
> 4 | const nuevaString = hola;
| ^
5 |
6 | // Crea una variable numérica, puede ser cualquier número:
7 | const nuevoNum = null;
Beta Was this translation helpful? Give feedback.
All reactions