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

This commit is contained in:
camperbot
2021-04-30 00:43:46 +09:00
committed by GitHub
parent 3b056aa7b4
commit 2762d4b8e5
14 changed files with 67 additions and 51 deletions

View File

@ -32,7 +32,9 @@ dashedName: understanding-the-differences-between-the-freecodecamp-and-browser-c
```js
assert(
__helpers.removeWhiteSpace(code).match(/console.clear\(\)/)
__helpers
.removeWhiteSpace(code)
.match(/console.clear\(\)/)
);
```