chore(i18n,learn): processed translations (#49059)

This commit is contained in:
camperbot
2023-01-18 19:43:30 +05:30
committed by GitHub
parent 6ebbbac01e
commit 3513301a55
4 changed files with 5 additions and 5 deletions

View File

@@ -26,13 +26,13 @@ const myVar = 12 - 6;
# --hints--
The variable `difference` should be equal to `12`.
変数 `difference` `12` に等しくなる必要があります。
```js
assert(difference === 12);
```
You should only subtract one number from `45`.
`45` から 1 つの数値だけを引いてください。
```js
assert(/difference=45-33;?/.test(__helpers.removeWhiteSpace(code)));