mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-04-12 01:00:13 -04:00
chore(i18n,learn): processed translations (#53714)
Co-authored-by: Naomi Carrigan <nhcarrigan@gmail.com>
This commit is contained in:
@@ -45,7 +45,7 @@ ourStorage.desk.drawer;
|
||||
assert(gloveBoxContents === 'maps');
|
||||
```
|
||||
|
||||
Your code should use dot notation, where possible, to access `myStorage`.
|
||||
你的代码应该尽可能使用点号来访问 `myStorage`。
|
||||
|
||||
```js
|
||||
assert.match(code, /myStorage\.car\.inside/);
|
||||
@@ -57,7 +57,7 @@ assert.match(code, /myStorage\.car\.inside/);
|
||||
assert.match(code, /const\s+gloveBoxContents\s*=/);
|
||||
```
|
||||
|
||||
You should not change the `myStorage` object.
|
||||
你不应该更改 `myStorage` 对象。
|
||||
|
||||
```js
|
||||
const expectedMyStorage = {
|
||||
|
||||
Reference in New Issue
Block a user