| Commit message (Collapse) | Author | Age |
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* feat: 첫번째 누락 문단 내용 추가
* feat: experimental option 삭제
더 이상 실험적 기능이 아님.
* fix: code sync
* feat: 누락된 예제 추가
* feat: 누락된 memo 추가
* fix: remove id
* Update files/ko/web/javascript/reference/operators/optional_chaining/index.html
Co-authored-by: Yeji Choi <61399588+yechoi42@users.noreply.github.com>
* Update files/ko/web/javascript/reference/operators/optional_chaining/index.html
Co-authored-by: Yeji Choi <61399588+yechoi42@users.noreply.github.com>
* Update files/ko/web/javascript/reference/operators/optional_chaining/index.html
Co-authored-by: Yeji Choi <61399588+yechoi42@users.noreply.github.com>
Co-authored-by: 이호찬(Hochan Lee)/검색개발팀/11ST <11st.1500612@sk.com>
Co-authored-by: Yeji Choi <61399588+yechoi42@users.noreply.github.com>
|
|
|
|
|
|
|
|
|
| |
* [Ko] translate mutable, immutable content
* [ko] Fix on JavaScript.Data_structures
* fix: ChangeBroken Links
* [ko] Translate on JavaScript.Reference.Operators.Inequality
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Clean up JavaScript references HTML code
- Remove inline styles
- Remove <font> elements
- Remove title attribute
* Remove sup/sub from JavaScript reference
* Remove name attrs from JavaScript reference
* Remove legacy browser compat elements
* Remove duplicate browser-compat key
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* [삼항 연산자] 업데이트된 내용 반영 및 번역 수정
* Update files/ko/web/javascript/reference/operators/conditional_operator/index.html
Co-authored-by: SoHyun Park <stitch.coding@gmail.com>
* Update files/ko/web/javascript/reference/operators/conditional_operator/index.html
Co-authored-by: SoHyun Park <stitch.coding@gmail.com>
* Update files/ko/web/javascript/reference/operators/conditional_operator/index.html
Co-authored-by: SoHyun Park <stitch.coding@gmail.com>
* Update files/ko/web/javascript/reference/operators/conditional_operator/index.html
Co-authored-by: SoHyun Park <stitch.coding@gmail.com>
* Update files/ko/web/javascript/reference/operators/conditional_operator/index.html
Co-authored-by: hochan Lee <hochan049@gmail.com>
Co-authored-by: SoHyun Park <stitch.coding@gmail.com>
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* fix: delete wiki.mozilla.org from ko/learn files
* fix: delete wiki.mozilla.org from ko/glossary files
* fix: remove wiki
* fix: remove python script file
잘못올렸습니다.. ㅠ
* Update files/ko/web/html/attributes/index.html
Co-authored-by: hochan222 <hochan049@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
| |
index.html line 67~70 (Kor version)
original example
<pre class="brush: js">var foo = ["one", "two", "three"];
var [one, two three] = foo;
this example is not intuitive, it looks same.
but in English example, there are some differences in example.
for other newbies like me, fix this plz!!
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Update addition operator
* Add subtraction operator
* Add division operator
* Add multiplication operator
* Update remainder operator
* Add exponentiation operator
* Update operator names
* Update link to bitwise XOR operator
* Translate "Operator:" of syntax boxes
* Sync with English
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Add unary operators
* Update files/ko/web/javascript/reference/operators/unary_plus/index.html
Co-authored-by: hochan Lee <hochan049@gmail.com>
* Update files/ko/web/javascript/reference/operators/unary_plus/index.html
Co-authored-by: hochan Lee <hochan049@gmail.com>
* Update files/ko/web/javascript/reference/operators/unary_negation/index.html
Co-authored-by: alattalatta <urty5656@gmail.com>
* Update files/ko/web/javascript/reference/operators/unary_plus/index.html
* Update files/ko/web/javascript/reference/operators/unary_negation/index.html
Co-authored-by: hochan Lee <hochan049@gmail.com>
Co-authored-by: alattalatta <urty5656@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Add addition assignment
* Add division assignment
* Add exponentiation assignment
* Add multiplication assignment
* Add subtraction assignment
* Sync with English
* Add remainder assignment
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* fix: All hidden about Browser Compatibility can be deleted
* fix: remove compatibility hidden, 1~10번 삭제
* fix: remove compatibility hidden, 20~21번 삭제
* fix: ~27
* fix: use regex to remove
* fix: use regex to remove
tag a /a tag
* fix: del python script
* fix: regex for remove
공백이나 안에 태그 존재하는 경우에 대해서도 처리
* Update files/ko/web/api/storage/key/index.html
* Update files/ko/web/api/angle_instanced_arrays/index.html
* Update files/ko/web/api/batterymanager/dischargingtime/index.html
* Update files/ko/web/api/document/drag_event/index.html
* Update files/ko/web/html/global_attributes/class/index.html
* Update files/ko/web/html/global_attributes/itemscope/index.html
* Update files/ko/web/html/global_attributes/tabindex/index.html
* Update files/ko/web/http/headers/accept-charset/index.html
* Update files/ko/web/http/headers/accept-encoding/index.html
* Update files/ko/web/http/headers/content-security-policy/index.html
* Update files/ko/web/http/headers/pragma/index.html
* Update files/ko/web/javascript/reference/global_objects/set/add/index.html
* Update files/ko/web/javascript/reference/global_objects/string/match/index.html
* Update files/ko/web/javascript/reference/global_objects/string/tostring/index.html
* Update files/ko/web/javascript/reference/global_objects/string/valueof/index.html
* Update files/ko/web/javascript/reference/statements/do...while/index.html
* Update files/ko/web/http/status/301/index.html
* Update files/ko/web/http/status/403/index.html
* Update files/ko/web/javascript/reference/functions/get/index.html
* Update files/ko/web/javascript/reference/global_objects/error/name/index.html
* Update files/ko/web/javascript/reference/global_objects/function/arguments/index.html
* Update files/ko/web/javascript/reference/global_objects/math/sign/index.html
* Update files/ko/web/javascript/reference/global_objects/referenceerror/index.html
* Update files/ko/web/javascript/reference/global_objects/math/sqrt1_2/index.html
* Update files/ko/web/javascript/reference/global_objects/promise/finally/index.html
* Update files/ko/web/javascript/reference/global_objects/promise/resolve/index.html
|
|
|
| |
some code's align is incorrect on korean language page
|
| |
|
|
|
|
|
| |
* Add browser-compat to JS pages with legacy compat
* Get rid of {{CompatibilityTable}} from JavaScript
|
| |
|
|
|
| |
Corrected the Korean translation in the wrong context in nullish coalescing operator(??)
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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>
|
| |
|
| |
|
| |
|
| |
|
|
|