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

This commit is contained in:
camperbot
2021-10-18 08:17:43 -07:00
committed by GitHub
parent e8e64318b3
commit 0654bd92b0
67 changed files with 513 additions and 402 deletions

View File

@ -36,6 +36,12 @@ La variabile `result` non dovrebbe essere impostata direttamente con una stringa
assert(!code.match(/result\s*=\s*["'`].*?["'`]/));
```
Il valore della variabile `hello` non dovrebbe cambiare.
```js
assert(hello === ' Hello, World! ');
```
# --seed--
## --seed-contents--