aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/javascript/reference/statements
Commit message (Collapse)AuthorAge
* remove font tag in zh-CNIrvin2022-02-16
|
* remove span tag in zh-CNIrvin2022-02-16
|
* add missed false (#3860)冲冲冲没什么说的2022-02-16
| | | | | | | 原文: 不要将原始布尔值的true和false与Boolean对象的真或假混淆。任何一个值,只要它不是 undefined、null、0、NaN或空字符串("")那么无论是任何对象,即使是值为假的Boolean对象,在条件语句中都为真。例如...... 修改:少了一个情况false 修改后: 不要将原始布尔值的true和false与Boolean对象的真或假混淆。任何一个值,只要它不是 undefined、null、false、0、NaN或空字符串("")那么无论是任何对象,即使是值为假的Boolean对象,在条件语句中都为真。例如......
* Remove weird styles (#3244)李轻舟2021-12-07
| | | | | | | * Update index.html * Update index.html Remove weird code and font face
* Update Web/JavaScript/Reference/Statements/for...in, zh-CN (#2902)btea2021-10-31
|
* Fix mistranslation in Web/JavaScript/Reference/Statements/function, zh-CN ↵wuhao54362021-09-23
| | | | | | (#2545) “生成” means generate or create "生产" means production
* Improve code indentation in Web/JavaScript/Reference/Statements/return, ↵deepthan2021-08-18
| | | | | zh-CN (#2119) This PR fix alignment of return example .
* Fix syntax highlight Web/JavaScript/Reference/Statements/import, zh-CN (#2110)Kevin CHEN2021-08-18
| | | | | | | * optimise Statements/import * http -> https * remove code tag in pre
* replace spec with macro in Web/JavaScript/Reference/Statements/import.meta, ↵meowmeowmeowcat2021-08-08
| | | | | | | zh-CN (#1944) * Update the stage of tc39/proposal-import-meta * Replace `Spec` section with `{{Specifications}}`
* fix typo in Web/JavaScript/Reference/Statements/export, zh-CN (#1934)meowmeowmeowcat2021-08-06
|
* replace wiki links in zh-CNt7yang2021-07-19
|
* remove hidden bcd table paragraph from 'zh-cn'Peter Bengtsson2021-06-22
| | | | Part of #1008
* remove bcd paragraph for zh-CNt7yang2021-05-31
|
* delete dir="rtl" attributeHookin2021-03-24
|
* Remove all mentions of EmbedTest262ReportResultsTable (#301)Peter Bengtsson2021-03-23
| | | | | | | | | | | | | * Remove all mentions of EmbedTest262ReportResultsTable Part of #297 * Removing 19 others deprecated EmbedTest KS * Update files/zh-cn/web/javascript/reference/global_objects/bigint/index.html * Removal of a persistent tag Co-authored-by: tristantheb <tristantheb@users.noreply.github.com>
* unslug zh-cn: moveFlorian Merz2021-02-11
|
* fix fixesFlorian Merz2021-02-11
|
* fix some more zh-cn macrosFlorian Merz2021-02-08
|
* adding translation_of_original to front-matterPeter Bengtsson2020-12-10
|
* update based on https://github.com/mdn/yari/issues/2028Peter Bengtsson2020-12-08
|
* initial commitPeter Bengtsson2020-12-08