chore(i18n,curriculum): update translations (#43846)

This commit is contained in:
camperbot
2021-10-13 08:28:11 -07:00
committed by GitHub
parent 1da90ebffb
commit 7dc9af5ce5
4 changed files with 33 additions and 15 deletions

View File

@ -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--