chore(i18n,curriculum): update translations (#41957)
This commit is contained in:
@ -46,7 +46,7 @@ assert(
|
|||||||
应使用 `filter` 方法。
|
应使用 `filter` 方法。
|
||||||
|
|
||||||
```js
|
```js
|
||||||
assert(code.match(/\.filter/g));
|
assert(code.match(/\s*\.\s*filter/g));
|
||||||
```
|
```
|
||||||
|
|
||||||
不能使用 `for` 循环。
|
不能使用 `for` 循环。
|
||||||
|
@ -46,7 +46,7 @@ assert(
|
|||||||
Tu código debe usar el método `filter`.
|
Tu código debe usar el método `filter`.
|
||||||
|
|
||||||
```js
|
```js
|
||||||
assert(code.match(/\.filter/g));
|
assert(code.match(/\s*\.\s*filter/g));
|
||||||
```
|
```
|
||||||
|
|
||||||
El código no debe utilizar el bucle `for`.
|
El código no debe utilizar el bucle `for`.
|
||||||
|
Reference in New Issue
Block a user