aboutsummaryrefslogtreecommitdiff
path: root/files/ko/web/javascript
Commit message (Collapse)AuthorAge
* Update index.html (destructuring) (#1536)GyuMin Han2021-07-16
| | | | | | | | | | | | 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 Expressions and Operators guide (#1393)alattalatta2021-07-16
| | | | | | | | | | | | | * Update Expressions and Operators guide * Fix typo * Polished some wording * Proofread * Add semi * Sync with English
* [ko] fix: Delete typos (#1461)choi2021-07-16
|
* bad_radix 동기화 및 번역 (#1382)Dilrong2021-07-16
| | | Co-authored-by: 이학성 <hslee@ship-da.com>
* Javascript/URIError 추가 외 (#1362)Jongha Kim2021-07-16
| | | | - Javascript/URIError, URIError 생성자 추가 - typeerror 약간 수정
* Add/update arithmetic operators (#1329)alattalatta2021-07-15
| | | | | | | | | | | | | | | | | | | | | * 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 (#1385)Jongha Kim2021-07-12
| | | | | | | | | | | | | | | | | | | | | | * 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 javascript get own property descriptors 번역 (#1453)윤승재2021-07-11
| | | Co-authored-by: echo.youn <echo.youn@kakaocorp.com>
* Add arithmetic assignment operators (#1383)alattalatta2021-07-10
| | | | | | | | | | | | | | | * Add addition assignment * Add division assignment * Add exponentiation assignment * Add multiplication assignment * Add subtraction assignment * Sync with English * Add remainder assignment
* feat(KO): JS REF - 스트링 TRIM START 문서 추가 (#1431)ISA2021-07-09
| | | | | | | | | | | | | * feat(KO): JS REF - 스트링 TRIM START 문서 추가 * Update files/ko/web/javascript/reference/global_objects/string/trimstart/index.html Co-authored-by: JO YUN HO <bedro27@gmail.com> * Update files/ko/web/javascript/reference/global_objects/string/trimstart/index.html Co-authored-by: JO YUN HO <bedro27@gmail.com> Co-authored-by: JO YUN HO <bedro27@gmail.com>
* [ko] fix: Fix typo (#1409)jdm12192021-07-08
|
* error 속성 추가 (#1363)Jongha Kim2021-07-06
| | | | - columnnumber, filename, linenumber, message, tostring 추가 - name 수정
* [ko] fix Javascript Math.tan(), Math.trunc() (#1302)Jongha Kim2021-07-04
| | | | | * Javascript Math.tan(), Math.trunc() en-us와 동기화 * 리뷰 사항 반영
* feat(KO): JS REF - STRING RAW (#1346)ISA(yoonjonglyu)2021-07-02
| | | | | | | | | | | | | | | | | | | | | | | | | * feat(KO): JS REF - STRING RAW * Update files/ko/web/javascript/reference/global_objects/string/raw/index.html Co-authored-by: Yeji Choi <61399588+yechoi42@users.noreply.github.com> * Update files/ko/web/javascript/reference/global_objects/string/raw/index.html Co-authored-by: Yeji Choi <61399588+yechoi42@users.noreply.github.com> * Update files/ko/web/javascript/reference/global_objects/string/raw/index.html Co-authored-by: Yeji Choi <61399588+yechoi42@users.noreply.github.com> * Update files/ko/web/javascript/reference/global_objects/string/raw/index.html Co-authored-by: Yeji Choi <61399588+yechoi42@users.noreply.github.com> * Update files/ko/web/javascript/reference/global_objects/string/raw/index.html * Update files/ko/web/javascript/reference/global_objects/string/raw/index.html Co-authored-by: Yeji Choi <61399588+yechoi42@users.noreply.github.com>
* Object.keys, Object.getOwnPropertyNames 문서 추가 (#1297)윤승재2021-07-01
| | | | Co-authored-by: echo.youn <echo.youn@kakaocorp.com> Co-authored-by: Sungwoo Park <codest99@gmail.com>
* Javascript의 블록문 en-US와 동기화 (#1336)Jongha Kim2021-06-29
|
* Javascript Math.pow() en-US 와 동기화 (#1289)Jongha Kim2021-06-26
|
* [ko] fix: All hidden about Browser Compatibility can be deleted (#1176)hochan Lee2021-06-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Math.abs() en-US 문서와 동기화 (#1267)Jongha Kim2021-06-23
|
* Add Error() constructor (#1154)alattalatta2021-06-23
|
* Math.floor() en-us 문서 동기화 (#1262)Dilrong2021-06-23
| | | Co-authored-by: dilrong <hslee@ship-da.com>
* [ko] Update javascript/internalerror (#1210)Jongha Kim2021-06-23
| | | | | | | * [ko] Update javascript/internalerror /web/javascript/reference/global_objects/internalerror 문서를 en-US와 동기화 * 리뷰 반영
* [CRON] sync translated contentMDN2021-06-23
|
* Math.max en-us 동기화 (#1268)Dilrong2021-06-22
| | | | | * Math.max en-us 동기화 * 코드리뷰 수정 사항 반영
* fix: modify code format (#1172)hochan Lee2021-06-14
| | | some code's align is incorrect on korean language page
* [ko] Add Date() constructor (#992)alattalatta2021-06-08
|
* [FIX] web/javascript/reference/array/every 갱신 (#1134)Jongha Kim2021-06-07
| | | | | | | | | | | | | | | | | | | | | * [FIX] web/javascript/reference/array/every 갱신 영어 문서와 동기화 * Update files/ko/web/javascript/reference/global_objects/array/every/index.html Co-authored-by: Yeji Choi <61399588+yechoi42@users.noreply.github.com> * Update files/ko/web/javascript/reference/global_objects/array/every/index.html Co-authored-by: Yeji Choi <61399588+yechoi42@users.noreply.github.com> * Update files/ko/web/javascript/reference/global_objects/array/every/index.html Co-authored-by: Yeji Choi <61399588+yechoi42@users.noreply.github.com> * [FIX] web/javascript/reference/array/every 리뷰 반영 Co-authored-by: Yeji Choi <61399588+yechoi42@users.noreply.github.com>
* [FIX] Update Javascript/RangeError document (#1044)Jongha Kim2021-06-07
| | | | | | | * [FIX] update javascript/RangeError document * Update files/ko/web/javascript/reference/global_objects/rangeerror/index.html Co-authored-by: Yeji Choi <61399588+yechoi42@users.noreply.github.com>
* Update index.html (#1097)Yoon Yeom2021-06-03
| | | correct spacing
* [FIX] Update Javascript-TypeError document (#1012)Jongha Kim2021-05-30
|
* [FIX] Javascript main page translation (#935)hochan Lee2021-05-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * [FIX] JS strong tag && space, javascript * [FIX] url link * [FIX] wiki other usage link * [FIX] javascript about page absolube link * [FIX] first paragraph * [FIX] paragraph 2 * [FIX] paragraph 3, javascript * [FIX] paragraph 3, javascript * [FEAT] add front banner * [FIX] heading tutorial * [FEAT] beginner guide * [FEAT] complete beginner guide * [FIX] intermediate guide * [FIX] advance guide * [FIX] reference * [FEAT] add tools and resources * [FEAT] add tags
* [CRON] sync translated contentMDN2021-05-29
|
* [FIX] Content bug (#744), Primitive (#746)hochan Lee2021-05-28
| | | | | | | | | * [FIX] Content bug (#744), Primitive * Found wrongtranslate 'Grammar and types' (#779) oog ->log Co-authored-by: xcxcxz <75213468+xcxcxz@users.noreply.github.com>
* Update Javascript "SyntaxError" document (#945)Jongha Kim2021-05-28
| | | | | | | * Update SyntaxError * Update files/ko/web/javascript/reference/global_objects/syntaxerror/index.html Co-authored-by: Sungwoo Park <codest99@gmail.com>
* [FIX] Get rid of {{CompatibilityTable}} from JavaScript (#918)alattalatta2021-05-23
| | | | | * Add browser-compat to JS pages with legacy compat * Get rid of {{CompatibilityTable}} from JavaScript
* [Fix] Error documents (#854)Jongha Kim2021-05-16
| | | | | | Web/JavaScript/Reference/Global_Objects/Error 문서에서 아래 사항 수정 - en-US와 내용 동기화 - Specification, Compat 매크로 en-US와 동기화
* [FIX] typo err (#659), Promise (#726)hochan Lee2021-05-16
|
* [FIX] macros, en-US update, nullish operator (#775)hochan Lee2021-05-13
|
* Fix Syntax, example code style (#829)Jongha Kim2021-05-12
|
* [FIX] parse err for method, property, sharedarraybuffer(#329) (#733)hochan Lee2021-05-11
|
* Fix: 404 in example at javascript/object/seal (#641)iubns2021-05-08
| | | Fix: 404 in example at javascript/object/seal
* fix: Correct Korean translation in the wrong context (#626)Jeongyeon Lee 이정연2021-05-06
| | | Corrected the Korean translation in the wrong context in nullish coalescing operator(??)
* Remove all mentions of EmbedTest262ReportResultsTable (#301)Peter Bengtsson2021-03-23
| | | | | | | | | | | | | * 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>
* use class="hidden" not style="display:none"Peter Bengtsson2021-02-25
|
* unslug ko: modifyFlorian Merz2021-02-11
|
* unslug ko: moveFlorian Merz2021-02-11
|
* final dump 2020-12-14Peter Bengtsson2020-12-14
|
* adding translation_of_original to front-matterPeter Bengtsson2020-12-10
|
* update based on https://github.com/mdn/yari/issues/2028Peter Bengtsson2020-12-08
|
* initial commitPeter Bengtsson2020-12-08