aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/javascript/reference
Commit message (Collapse)AuthorAge
...
* Fix example link in Web/JavaScript/Reference/Global_Objects/Object/seal, ↵Kevin CHEN2021-09-04
| | | | | zh-CN (#2317) fix #106
* Update index.htmlCC2m22021-09-04
|
* Update index.htmlCC2m22021-09-04
|
* Add Array constructor page to zh-CNNoDocCat2021-09-02
|
* Sync and tidy Global_Objects/Array from en-US to zh-CNNoDocCat2021-09-02
|
* 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
* Fix typo in Web/JavaScript/Reference/Global_Objects/encodeURIComponent, ↵GuanCun2021-08-12
| | | | | zh-CN (#2033) This is a translation error.
* Fix mistranslation in Web/JavaScript/Reference/Strict_mode, zh-CN (#1995)Jabriel2021-08-10
| | | | | | | | | | | | * fix typo 显示 to 显式 and remove unnecessary space * fix incorrect translation implicitly opting-out: **隐式**地脱离/隐式地退出 - 显示: display - 显式: explicit - 隐式: implicit
* 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 miss translation in ↵meowmeowmeowcat2021-08-06
| | | | Web/JavaScript/Reference/Global_Objects/Intl/PluralRules, zh-CN (#1935)
* fix typo in Web/JavaScript/Reference/Statements/export, zh-CN (#1934)meowmeowmeowcat2021-08-06
|
* fix Web/JavaScript/Reference/Operators/delete, zh-CN (#1889)meowmeowmeowcat2021-08-04
| | | | | * Fix typo in the link * Remove the host from the link
* improve Web/JavaScript/Reference/Operators/new, zh-CN (#1728)Tackoil2021-07-27
| | | | | | | | | Hi, I make a modification about the description of the second step on the page about `new` operator. The orignal one was confused me because of the two 对象. According to the English version, I make this change to match that one. Please let me know if there are any question. Thanks. 您好,我对 `new` 操作符中的第二步描述做了修改。 原始版本中的两个“对象”存在歧义,在我第一次阅读时理解很困难。对照英文版本,我做了对应的修改进行匹配。 如果该 PR 存在哪些问题,请联系我。谢谢~
* wasn't supposed to be orphaned (zh-cn) (#1674)Peter Bengtsson2021-07-23
| | | | | | | * wasn't supposed to be orphaned (zh-cn) * fix redirects * fix slug front-matter
* replace wiki links in zh-CNt7yang2021-07-19
|
* [CRON] sync translated contentMDN2021-07-17
|
* correct the description of date getTimezoneOffset (#1533)liumulin6142021-07-17
| | | | 英文原文: The number of minutes returned by getTimezoneOffset() is positive if the local time zone is behind UTC, and negative if the local time zone is ahead of UTC.
* delete conflicting/orphaned docs (zh-CN) (#1412)Peter Bengtsson2021-07-17
| | | | | | | | | | | | | | | | | | | | | * delete conflicting docs (zh-CN) * and redirects * do orphaned as well * fix * remove more orphans * revert orphaned docs that can identify origin * move orphaned docs to current loc * adjust slug path * fix redirect change from rebase Co-authored-by: Irvin <irvinfly@gmail.com>
* Fix Web/JavaScript/Reference/Operators/instanceof, zh-CN (#1517)Elan Bin2021-07-13
| | | the pre label used 'dir="rtl"' attribute, cause code written from the right to the left
* Update Web/JavaScript/Reference/Global_Objects/Array/splice, zh-CN (#1343)zmheang2021-06-30
| | | 第n位 -> 索引 n 的位置
* Update Web/JavaScript/Reference/Functions/Arrow_functions, zh-CN (#1312)Charles Wu2021-06-27
|
* remove hidden bcd for zh-CNt7yang2021-06-24
|
* [CRON] sync translated contentMDN2021-06-23
|
* remove hidden bcd table paragraph from 'zh-cn'Peter Bengtsson2021-06-22
| | | | Part of #1008
* fix #516Kevin CHEN2021-06-18
|
* fix #574Kevin CHEN2021-06-18
|
* [CRON] sync translated contentMDN2021-06-15
|
* [zh-cn] 更新“操作符优先级” patch-2plylrnsdy2021-06-14
| | | | | | - 修正不统一的翻译:“关联性”应为“结合性” - 修正部分 html 属性与英文版不一致 - 部分文本润色
* [zh-cn] 更新“操作符优先级”plylrnsdy2021-06-14
| | | | | | | | | - 修正操作符 `%` 的中文名称为“取余” - 修正操作符 `==`/`!=`/`===`/`!==` 的中文名称,与指向页面保持一致 - 同步英文版 - 新增内容 - 展开语法(Spread syntax)从操作符优先级表格移除,并解释原因 - 表格、链接等 html 格式
* Update Web/JavaScript/Reference/Operators, zh-CN (#1127)Hoarfroster2021-06-07
| | | | | | | | | * Update index.html content 统一 "." => "。" * Update 逻辑赋值运算符 Update 逻辑赋值运算符
* remove bcd paragraph for zh-CNt7yang2021-05-31
|
* [CRON] sync translated contentMDN2021-05-29
|
* [CRON] sync translated contentMDN2021-05-05
|
* Update index.htmlJad Joubran2021-05-04
|
* Update /web/javascript/reference/global_objects/regexp/regexp, zh-CN (#734)xinzejy2021-05-03
| | | | | | | | | * Update index.html 翻译了一小部分 * Update index.html Translated into Chinese
* Update /web/javascript/reference/operators/this, zh-CN (#667)1sm2021-04-27
| | | fix: zh-cn 'this' typographical errors and translation
* 参照英文原文"Static methods"将"Object ↵iwanderer2021-04-26
| | | | 构造函数的方法"翻译成"静态方法"
* Fix typoWeiqi Wu2021-04-26
|
* Update index.htmlSKY ZHAO2021-04-14
| | | Correct some sentence
* Correct translation #142zlv2s2021-04-03
|
* Fixed the typo, Fixes #321alexanderhess2021-04-03
|
* Correction, Fixes #361alexanderhess2021-04-03
|
* Update index.htmlhelloking0002021-03-24
|
* 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>
* use class="hidden" not style="display:none"Peter Bengtsson2021-02-25
|
* unslug zh-cn: modifyFlorian Merz2021-02-11
|
* unslug zh-cn: moveFlorian Merz2021-02-11
|
* fix fixesFlorian Merz2021-02-11
|