chore(i18n,learn): processed translations (#45432)

This commit is contained in:
camperbot
2022-03-14 22:46:48 +05:30
committed by GitHub
parent 9a48c71ecf
commit d94177d85c
61 changed files with 592 additions and 335 deletions

View File

@ -21,7 +21,7 @@ console.log(typeof {});
控制台将按顺序显示字符串 `string``number``object``object`
JavaScript 有种原始(不可变)数据类型:`Boolean``Null``Undefined``Number``String``Symbol`ES6 中新增的),和一种可变数据类型:`Object`。 注意:在 JavaScript 中,数组在本质上是一种对象。
JavaScript 有种原始(不可变)数据类型: `Boolean``Null``Undefined``Number``String``Symbol` new with ES6`BigInt` new with ES2020和一种可变数据类型:`Object`。 注意:在 JavaScript 中,数组在本质上是一种对象。
# --instructions--