Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | fix: Poorly articulated statements | Lete | 2022-03-18 |
| | |||
* | fix: wrong symbols and redundant words | YangQi | 2022-03-18 |
| | | | | - Use full-angle symbols instead of half-angle symbols. - Optimized statement description | ||
* | fix translation (#4605) | aotushi | 2022-03-15 |
| | | | 翻译错误 | ||
* | convert to md and sync with english version | allo | 2022-03-15 |
| | |||
* | mv to .md for SharedArrayBuffer | allo | 2022-03-15 |
| | |||
* | convert to md and sync with english version | allo | 2022-03-15 |
| | |||
* | mv to .md for Array.prototype.reduce() | allo | 2022-03-15 |
| | |||
* | 与英文版同步并翻译为 zh-CN | catlair | 2022-03-15 |
| | |||
* | convert to markdown | catlair | 2022-03-15 |
| | |||
* | Add the explanation about the executor in Promise() | Tackoil | 2022-03-15 |
| | |||
* | remove Object.assign polyfill (#4392) | nanshu | 2022-03-11 |
| | | | There are two polyfills | ||
* | typo (#4376) | Dai Chen | 2022-03-04 |
| | | | extra word of '的' | ||
* | Migrate to Compat macro (zh-cn) | YujiSoftware | 2022-03-04 |
| | |||
* | Page not found of '\n' in Regular_Expressions page | Dai Chen | 2022-03-04 |
| | | | the original link of '\n'(https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/Guide/Regular_Expressions$edit#special-backreference) points to Page not found | ||
* | This position must ',' not ',' (#4309) | Toweave | 2022-03-01 |
| | |||
* | update BigInt (#4327) | Bryan Lee | 2022-03-01 |
| | |||
* | Removes empty <div> or <p> elements from pages (#3093) | Tanner Dolby | 2022-02-22 |
| | | | | | | | | | | | | | | | | | | | | | | * Removes all empty paragraph elements * Removes all empty div elements * Preserve empty div in code snippet * Preserve empty elements inside code snippets * Remove fr files which were converted into markdown * Web/CSS/transform-function/scaleX()/index.html The file is already renamed to index.md。 * remove not needed file * Resolve remaining conflict Co-authored-by: julieng <julien.gattelier@gmail.com> Co-authored-by: Masahiro FUJIMOTO <mfujimot@gmail.com> | ||
* | improve translation (#4130) | 清庙 | 2022-02-22 |
| | | | | | | | | | * Update index.html 英文原文:The assignment operation evaluates to the assigned value. * Update index.html 移除span元素 | ||
* | typo (#4206) | Brian Yao | 2022-02-21 |
| | | | 错别字 | ||
* | fix yari h2m dry run errors (zh-CN) | Irvin | 2022-02-16 |
| | |||
* | adjust dl/dt/dd tags for zh-CN | Irvin | 2022-02-16 |
| | |||
* | remove dir attribute | t7yang | 2022-02-16 |
| | |||
* | remove sup tag for zh-CN | t7yang | 2022-02-16 |
| | |||
* | remove name attribute for zh-CN | t7yang | 2022-02-16 |
| | |||
* | remove code tag inside pre tag for zh-CN | t7yang | 2022-02-16 |
| | |||
* | remove inline style for zh-CN | Irvin | 2022-02-16 |
| | |||
* | remove `summary` and `seoSummary` class for zh-CN | t7yang | 2022-02-16 |
| | |||
* | remove hidden class for zh-CN | t7yang | 2022-02-16 |
| | |||
* | remove id attribute not in heading for zh-CN | t7yang | 2022-02-16 |
| | |||
* | remove `notranslate` class in zh-CN | Irvin | 2022-02-16 |
| | |||
* | remove font tag in zh-CN | Irvin | 2022-02-16 |
| | |||
* | remove span tag in zh-CN | Irvin | 2022-02-16 |
| | |||
* | correct instructions | Andrew | 2022-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对象,在条件语句中都为真。例如...... | ||
* | fix case of JavaScript, Javascript -> JavaScript | xcodebuild | 2022-02-16 |
| | |||
* | sync with english version for JavaScript/Function | allo | 2022-02-15 |
| | |||
* | mv to .md for javascript.builtins.Function | allo | 2022-02-15 |
| | |||
* | Fix types of parameters, supplementary translation | OceanJiang | 2022-02-15 |
| | |||
* | fix console output (#4061) | kaichi | 2022-02-09 |
| | |||
* | zh-cn translate in sample code (#3681) | Bierxiensi | 2022-01-19 |
| | |||
* | sync with english version | allo | 2022-01-19 |
| | |||
* | mv to .md for javascript.private_class_fields | allo | 2022-01-19 |
| | |||
* | Fix percent encoding and minor improvements (#3632) | A1lo | 2022-01-19 |
| | | | | | | | | | | | | | * fix: use uppercase hexadecimal digits rfc3986 specific that the percent encoding should use uppercase. Referenced Issues: #3032 * minor improvements Highlight the javascript code. Replace unicode space `U+00a0` with ASCII space. Replace `Specifications` and `Compat`. | ||
* | convert to markdown and sync with english version | allo | 2022-01-19 |
| | |||
* | mv to .md for operator/precedence | allo | 2022-01-19 |
| | |||
* | remove dummy divs (#3643) | Zongguang Zhang | 2022-01-13 |
| | |||
* | Fix mistranslation in ↵ | ethan | 2022-01-10 |
| | | | | | | Web/JavaScript/Reference/Global_Objects/Function/length, zh-CN (#3582) “指该函数有多少个必须要传入的参数”改为“指该函数期望传入的参数数量” 翻译成“必须要传入”跟实际含义不符。原文“and indicates how many arguments the function expects,” | ||
* | udpate and convert global_objects/weakmap to md and add weakmap/weakmap (#3553) | Irvin | 2022-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) | Irvin | 2022-01-04 |
| | |||
* | rm one dummy char (#3538) | Bierxiensi | 2022-01-04 |
| | | | fix translate |