aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/javascript
Commit message (Collapse)AuthorAge
* fix: Poorly articulated statementsLete2022-03-18
|
* fix: wrong symbols and redundant wordsYangQi2022-03-18
| | | | - Use full-angle symbols instead of half-angle symbols. - Optimized statement description
* fix translation (#4605)aotushi2022-03-15
| | | 翻译错误
* convert to md and sync with english versionallo2022-03-15
|
* mv to .md for SharedArrayBufferallo2022-03-15
|
* convert to md and sync with english versionallo2022-03-15
|
* mv to .md for Array.prototype.reduce()allo2022-03-15
|
* 与英文版同步并翻译为 zh-CNcatlair2022-03-15
|
* convert to markdowncatlair2022-03-15
|
* Add the explanation about the executor in Promise()Tackoil2022-03-15
|
* remove Object.assign polyfill (#4392)nanshu2022-03-11
| | | There are two polyfills
* typo (#4376)Dai Chen2022-03-04
| | | extra word of '的'
* Migrate to Compat macro (zh-cn)YujiSoftware2022-03-04
|
* Page not found of '\n' in Regular_Expressions pageDai Chen2022-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)Toweave2022-03-01
|
* update BigInt (#4327)Bryan Lee2022-03-01
|
* Removes empty <div> or <p> elements from pages (#3093)Tanner Dolby2022-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 Yao2022-02-21
| | | 错别字
* fix yari h2m dry run errors (zh-CN)Irvin2022-02-16
|
* adjust dl/dt/dd tags for zh-CNIrvin2022-02-16
|
* remove dir attributet7yang2022-02-16
|
* remove sup tag for zh-CNt7yang2022-02-16
|
* remove name attribute for zh-CNt7yang2022-02-16
|
* remove code tag inside pre tag for zh-CNt7yang2022-02-16
|
* remove inline style for zh-CNIrvin2022-02-16
|
* remove `summary` and `seoSummary` class for zh-CNt7yang2022-02-16
|
* remove hidden class for zh-CNt7yang2022-02-16
|
* remove id attribute not in heading for zh-CNt7yang2022-02-16
|
* remove `notranslate` class in zh-CNIrvin2022-02-16
|
* remove font tag in zh-CNIrvin2022-02-16
|
* remove span tag in zh-CNIrvin2022-02-16
|
* correct instructionsAndrew2022-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 -> JavaScriptxcodebuild2022-02-16
|
* sync with english version for JavaScript/Functionallo2022-02-15
|
* mv to .md for javascript.builtins.Functionallo2022-02-15
|
* Fix types of parameters, supplementary translationOceanJiang2022-02-15
|
* fix console output (#4061)kaichi2022-02-09
|
* zh-cn translate in sample code (#3681)Bierxiensi2022-01-19
|
* sync with english versionallo2022-01-19
|
* mv to .md for javascript.private_class_fieldsallo2022-01-19
|
* Fix percent encoding and minor improvements (#3632)A1lo2022-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 versionallo2022-01-19
|
* mv to .md for operator/precedenceallo2022-01-19
|
* remove dummy divs (#3643)Zongguang Zhang2022-01-13
|
* Fix mistranslation in ↵ethan2022-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)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