aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/javascript/reference
Commit message (Collapse)AuthorAge
* udpate and convert global_objects/weakmap to md and add weakmap/weakmap (#3553)Irvin2022-01-05
| | | | | | * fix issues#2392 and update WeakMap to latest content of English Docs * convert html content into md Co-authored-by: meakle <meakle@qq.com>
* mv html > md on javascript/reference/global_objects/weakmap (#3550)Irvin2022-01-04
|
* rm one dummy char (#3538)Bierxiensi2022-01-04
| | | fix translate
* Update Web/JavaScript/Reference/Global_Objects/globalThis, zh-CN (#3338)sooia2021-12-27
| | | | | * change a sentence which wasn't translated. * fix: revise inappropriate translation
* translate Array.prototype.at into Chinese (#3416)sooia2021-12-22
| | | | | | | | | * feat: submit a doc that hasn't translated into Chinese ever 把Array.prototype.at()翻译为中文 * fix: add blank space to display bold. 添加空格,修复不能展示加粗的问题。并在注释中加上句号。
* ”无效的 JavaScript 标识符作为属性名称“一节输出值有误 ↵exprassL2021-12-21
| | | | | (#3290) 输出值应是 boolean true,不是字符串 "true"
* Fix typo in Web/JavaScript/Reference/Global_Objects/Array/fill, zh-CN (#3353)btea2021-12-16
| | | Co-authored-by: julieng <julien.gattelier@gmail.com>
* Remove weird styles (#3244)李轻舟2021-12-07
| | | | | | | * Update index.html * Update index.html Remove weird code and font face
* convert to markdown and translate to zh-CNallo2021-12-07
|
* mv to .md for logical_or_assignmentallo2021-12-07
|
* Sync Web/JavaScript/Reference/Global_Objects/Object, zh-CN (#3240)现阳2021-12-05
| | | | | | | | * update: keep Object page same with English docs url: /zh-CN/docs/Web/JavaScript/Reference/Global_Objects/Object description: Updated some documents on the Object page, a small part of the content can not guarantee the quality of translation, so no translation * fix: review
* Fix syntax highlight Web/JavaScript/Reference/Global_Objects/BigInt, zh-CN ↵现阳2021-12-05
| | | | (#3260)
* Patch new content Web/JavaScript/Reference/Global_Objects/Symbol, zh-CN (#3213)现阳2021-11-29
| | | | | | | url: https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/Reference/Global_Objects/Symbol description: instance methods and instance properties not render correct Co-authored-by: fangjun <fangjun@tal.com>
* fix: update URI in ` nullish_coalescing_operator` (#3155)A1lo2021-11-24
| | | | Using links which reference to localized page. replace the wrong URI to `Logical OR` operator with correct one.
* 从...创建->对...创建 (#3107)yangtianfu012021-11-16
| | | 更正中文语法
* Update Web/JavaScript/Reference/Global_Objects/Promise/resolve, zh-CN (#2967)snowingfox2021-11-12
| | | A code example is added to the warning content at the beginning of the article. This example can clearly show its meaning. Why should I give this example? Because when I first read it, I found it difficult to imagine and understand this concept
* Fix typo 约定俗称 -> 约定俗成LYSSION2021-11-10
|
* Update Web/JavaScript/Reference/Iteration_protocols, zh-CN (#2932)codersjj2021-11-01
|
* Update Web/JavaScript/Reference/Functions, zh-CN (#2928)btea2021-11-01
| | | | | * remove function param error content * supply
* Fix Web/JavaScript/Reference/Global_Objects/Object/create, zh-CN (#2912)btea2021-10-31
|
* Update Web/JavaScript/Reference/Statements/for...in, zh-CN (#2902)btea2021-10-31
|
* fix escape typobtea2021-10-26
|
* Improve Simplified Chinese Translation (#2714)WooMai2021-10-14
| | | | | * Improve Chinese Translations * remove residual english parts * remove line break
* Update Web/JavaScript/Reference/Global_Objects/Array/sort, zh-CN (#2611)liangjiancang2021-10-03
| | | | | | | * 补充缺失的「Sort stability」部分 * 与原文 HTML 保持一致 * Fix:「可以会」→「可能会」
* Fix mistranslation in Web/JavaScript/Reference/Global_Objects/globalThis, ↵liangjiancang2021-10-03
| | | | | | | | | | zh-CN (#2609) * Fix incorrect translation 1. 避免影响现存代码的兼容应为「向后兼容(Backward Combability)」(原文只有「break compatibility with existing code」,但为了汉语习惯还应说明向后)。 2. 习惯上不使用单独「前/后向兼容」说法,而多见于「向前/后兼容」「前/后向兼容性」「前/后向兼容(形容词)+${名词}」,故「前向兼容」这种说法本身就是不规范的。 * 不再提及令人疑惑的兼容方向
* Update Web/JavaScript/Reference/Global_Objects/Function/bind, zh-CN (#2601)Songhn2021-09-30
| | | | - remove polyfill - added polyfill link
* Fix mistranslation in Web/JavaScript/Reference/Statements/function, zh-CN ↵wuhao54362021-09-23
| | | | | | (#2545) “生成” means generate or create "生产" means production
* Fix typo in Web/JavaScript/Reference/Global_Objects/Function/apply, zh-CN ↵Sepush2021-09-07
| | | | | (#2371) fix typo `便历` should be `遍历`
* 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
|