mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-02-26 17:01:40 -05:00
chore(i18n,learn): processed translations (#49053)
This commit is contained in:
@@ -22,17 +22,17 @@ const myVar = 12 - 6;
|
||||
现在,变量 `myVar` 的值为 `6`。
|
||||
# --instructions--
|
||||
|
||||
改变数字`0`让变量 difference 的值为 `12`。
|
||||
改变数字 `0` 让变量 difference 的值为 `12`。
|
||||
|
||||
# --hints--
|
||||
|
||||
The variable `difference` should be equal to `12`.
|
||||
变量 `difference` 的值应该为 `12`。
|
||||
|
||||
```js
|
||||
assert(difference === 12);
|
||||
```
|
||||
|
||||
You should only subtract one number from `45`.
|
||||
你只能从 `45` 中减去一个数。
|
||||
|
||||
```js
|
||||
assert(/difference=45-33;?/.test(__helpers.removeWhiteSpace(code)));
|
||||
|
||||
Reference in New Issue
Block a user