chore: update translations (#41737)

This commit is contained in:
camperbot
2021-04-06 00:04:04 +09:00
committed by GitHub
parent 0442f975d6
commit d7bc7a945b
55 changed files with 309 additions and 220 deletions

View File

@ -16,11 +16,13 @@ Chrome 和 Firefox 都有出色的 JavaScript 控制台(也称为 DevTools
下面是输出 `Hello world!` 字符串到控制台的示例:
`console.log('Hello world!');`
```js
console.log('Hello world!');
```
# --instructions--
使用 `console.log()` 方法代码中注明的地方输出变量 `a` 的值。
使用 `console.log()` 方法打印代码中记录的变量 `a` 的值。
# --hints--