Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | 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 syntax highlight, Web/JavaScript/Closures, zh-CN (#3208) | 小半 | 2021-11-29 |
| | | | | Part of the code in this page does not support highlighting, and now I have fixed it. The code location is on line 336. | ||
* | fix: update URI in ` nullish_coalescing_operator` (#3155) | A1lo | 2021-11-24 |
| | | | | Using links which reference to localized page. replace the wrong URI to `Logical OR` operator with correct one. | ||
* | 从...创建->对...创建 (#3107) | yangtianfu01 | 2021-11-16 |
| | | | 更正中文语法 | ||
* | fix wrong <code> position (#3094) | 1sm | 2021-11-16 |
| | |||
* | Update Web/JavaScript/Reference/Global_Objects/Promise/resolve, zh-CN (#2967) | snowingfox | 2021-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 约定俗称 -> 约定俗成 | LYSSION | 2021-11-10 |
| | |||
* | Fix heading tag in Web/JavaScript/Guide/Working_with_Objects, zh-CN (#2944) | 落叶 | 2021-11-02 |
| | |||
* | Update Web/JavaScript/Reference/Iteration_protocols, zh-CN (#2932) | codersjj | 2021-11-01 |
| | |||
* | Update Web/JavaScript/Reference/Functions, zh-CN (#2928) | btea | 2021-11-01 |
| | | | | | * remove function param error content * supply | ||
* | Fix Web/JavaScript/Reference/Global_Objects/Object/create, zh-CN (#2912) | btea | 2021-10-31 |
| | |||
* | Update Web/JavaScript/Reference/Statements/for...in, zh-CN (#2902) | btea | 2021-10-31 |
| | |||
* | fix escape typo | btea | 2021-10-26 |
| | |||
* | Improve Simplified Chinese Translation (#2714) | WooMai | 2021-10-14 |
| | | | | | * Improve Chinese Translations * remove residual english parts * remove line break | ||
* | fix mistranslated comma (#2543) | 潘韬 | 2021-10-08 |
| | | | 小数点应该是 `.` 页不是 `。` | ||
* | Update Web/JavaScript/Reference/Global_Objects/Array/sort, zh-CN (#2611) | liangjiancang | 2021-10-03 |
| | | | | | | | * 补充缺失的「Sort stability」部分 * 与原文 HTML 保持一致 * Fix:「可以会」→「可能会」 | ||
* | Fix mistranslation in Web/JavaScript/Reference/Global_Objects/globalThis, ↵ | liangjiancang | 2021-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) | Songhn | 2021-09-30 |
| | | | | - remove polyfill - added polyfill link | ||
* | Fix mistranslation in Web/JavaScript/Reference/Statements/function, zh-CN ↵ | wuhao5436 | 2021-09-23 |
| | | | | | | (#2545) “生成” means generate or create "生产" means production | ||
* | Fix several formating issues, zh-CN (#2442) | Believers in Science Studio | 2021-09-17 |
| | | | | | | | | | * Fix a typo. * Fix another similar typo. * Fix typos in `::first-line` doc. * Move chinese characters out of `<code>`. | ||
* | Update content in Web/JavaScript/Data_structures, zh-CN (#2378) | Panda | 2021-09-12 |
| | |||
* | Fix typo in Web/JavaScript/Reference/Global_Objects/Function/apply, zh-CN ↵ | Sepush | 2021-09-07 |
| | | | | | (#2371) fix typo `便历` should be `遍历` | ||
* | Fix example link in Web/JavaScript/Reference/Global_Objects/Object/seal, ↵ | Kevin CHEN | 2021-09-04 |
| | | | | | zh-CN (#2317) fix #106 | ||
* | Update index.html | CC2m2 | 2021-09-04 |
| | |||
* | Update index.html | CC2m2 | 2021-09-04 |
| | |||
* | Add Array constructor page to zh-CN | NoDocCat | 2021-09-02 |
| | |||
* | Sync and tidy Global_Objects/Array from en-US to zh-CN | NoDocCat | 2021-09-02 |
| | |||
* | Fix mistranslation in Web/JavaScript/Guide/Text_formatting, zh-CN (#2189) | 周盛道 | 2021-08-23 |
| | |||
* | Use ^ instead of the <sup> tag in the <pre> tag | Percy | 2021-08-20 |
| | | | close #2135 | ||
* | Improve code indentation in Web/JavaScript/Reference/Statements/return, ↵ | deepthan | 2021-08-18 |
| | | | | | zh-CN (#2119) This PR fix alignment of return example . | ||
* | Fix syntax highlight Web/JavaScript/Reference/Statements/import, zh-CN (#2110) | Kevin CHEN | 2021-08-18 |
| | | | | | | | * optimise Statements/import * http -> https * remove code tag in pre | ||
* | Add sample code class Web/JavaScript/Guide/Text_formatting, zh-CN (#2109) | Kevin CHEN | 2021-08-18 |
| | | | | | * add js id * fix broken links | ||
* | Fix typo in Web/JavaScript/Reference/Global_Objects/encodeURIComponent, ↵ | GuanCun | 2021-08-12 |
| | | | | | zh-CN (#2033) This is a translation error. | ||
* | Fix mistranslation in Web/JavaScript/Reference/Strict_mode, zh-CN (#1995) | Jabriel | 2021-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, ↵ | meowmeowmeowcat | 2021-08-08 |
| | | | | | | | zh-CN (#1944) * Update the stage of tc39/proposal-import-meta * Replace `Spec` section with `{{Specifications}}` | ||
* | fix link in Web/JavaScript/Guide/Keyed_collections, zh-CN (#1945) | meowmeowmeowcat | 2021-08-07 |
| | |||
* | fix miss translation in ↵ | meowmeowmeowcat | 2021-08-06 |
| | | | | Web/JavaScript/Reference/Global_Objects/Intl/PluralRules, zh-CN (#1935) | ||
* | fix typo in Web/JavaScript/Reference/Statements/export, zh-CN (#1934) | meowmeowmeowcat | 2021-08-06 |
| | |||
* | fix Web/JavaScript/Reference/Operators/delete, zh-CN (#1889) | meowmeowmeowcat | 2021-08-04 |
| | | | | | * Fix typo in the link * Remove the host from the link | ||
* | improve Web/JavaScript/Reference/Operators/new, zh-CN (#1728) | Tackoil | 2021-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 存在哪些问题,请联系我。谢谢~ | ||
* | fix typo in Web/JavaScript/Data_structures, zh-CN (#1689) | ZhengX | 2021-07-25 |
| | | | | - Fix some typesetting issue by adding spaces between Chinese characters and English letters. - Change word `Javascript` to `JavaScript` . | ||
* | wasn't supposed to be orphaned (zh-cn) (#1674) | Peter Bengtsson | 2021-07-23 |
| | | | | | | | * wasn't supposed to be orphaned (zh-cn) * fix redirects * fix slug front-matter | ||
* | remove all 'cke_pastebin' mentions (#1617) | Peter Bengtsson | 2021-07-19 |
| | |||
* | replace wiki links in zh-CN | t7yang | 2021-07-19 |
| | |||
* | [CRON] sync translated content | MDN | 2021-07-17 |
| | |||
* | correct the description of date getTimezoneOffset (#1533) | liumulin614 | 2021-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 Bengtsson | 2021-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 Bin | 2021-07-13 |
| | | | the pre label used 'dir="rtl"' attribute, cause code written from the right to the left | ||
* | fix: 优化标点与语言 | Hoarfroster | 2021-07-03 |
| | |||
* | Update Web/JavaScript/Reference/Global_Objects/Array/splice, zh-CN (#1343) | zmheang | 2021-06-30 |
| | | | 第n位 -> 索引 n 的位置 |