chore(i18n,curriculum): update translations (#43846)
This commit is contained in:
@ -36,6 +36,12 @@ La variable `result` no debe ser igual a una cadena
|
||||
assert(!code.match(/result\s*=\s*["'`].*?["'`]/));
|
||||
```
|
||||
|
||||
El valor de la variable `hello` no debe modificarse.
|
||||
|
||||
```js
|
||||
assert(hello === ' Hello, World! ');
|
||||
```
|
||||
|
||||
# --seed--
|
||||
|
||||
## --seed-contents--
|
||||
|
Reference in New Issue
Block a user