aboutsummaryrefslogtreecommitdiff
path: root/files/ko
Commit message (Collapse)AuthorAge
* refactor: JS REF - STRING TRIM END CONVERT MDIsa(yunjongryu)2021-07-30
|
* etc: 깃 이력 추적을 위한 절차Isa(yunjongryu)2021-07-30
|
* [ko] add /ko/docs/Web/JavaScript/Reference/Global_Objects/Object/Object (#1454)윤승재2021-07-29
| | | | | | | | | | * add object/index.html * Update files/ko/web/javascript/reference/global_objects/object/object/index.html Co-authored-by: SoHyun Park <stitch.coding@gmail.com> Co-authored-by: echo.youn <echo.youn@kakaocorp.com> Co-authored-by: SoHyun Park <stitch.coding@gmail.com>
* [ko] javascript/global_objects/null en-us 문서와 동기화 (#1414)Jongha Kim2021-07-29
| | | | | | | | | | | * javascript/global_objects/null en-us 문서와 동기화 * Update files/ko/web/javascript/reference/global_objects/null/index.html Co-authored-by: alattalatta <urty5656@gmail.com> * 리뷰 반영 Co-authored-by: alattalatta <urty5656@gmail.com>
* refactor(KO): JS REF - STRING RAW CONVERT MD (#1774)ISA2021-07-29
| | | | | | | | | * [CRON] sync translated content * etc: 깃 이력 추적을 위해서 추가 된 절차 * refactor(KO): JS REF - STRING RAW CONVERT MD Co-authored-by: MDN <actions@users.noreply.github.com>
* Add Javascript/Reference - Bitwise And Operator (#1640)Jongha Kim2021-07-28
|
* remove link 'title' attributes that's just the 'href' (ko, part 3) (#1742)Peter Bengtsson2021-07-27
|
* remove link 'title' attributes that's just the 'href' (ko, part 2) (#1740)Peter Bengtsson2021-07-28
|
* fix: Lets get rid of all www.fxsitecompat.com mentions (#1634) (#1741)hochan Lee2021-07-27
|
* remove link 'title' attributes that's just the 'href' (ko) (#1739)Peter Bengtsson2021-07-28
|
* Update JS reference index page (#1581)alattalatta2021-07-26
|
* Remove hidden/noinclude from JS docs (#1583)alattalatta2021-07-26
|
* [ko] Work done for 'AudioContext' article. (#1627)logic-finder2021-07-24
| | | | | | | | | * Work done for 'AudioContext' article. * update tag Co-authored-by: JO YUN HO <bedro27@gmail.com> Co-authored-by: JO YUN HO <bedro27@gmail.com>
* [ko] 오타가 있습니다 (#1665)inseul인슬2021-07-23
| | | 오타가 있어 제보 드립니다.
* Fix typo (#1602)Yunwoo Ji2021-07-19
|
* [ko]Update Intersectionobserver example code. (#1532)GeonilJang2021-07-19
|
* [ko] Work done for 'createPeriodicWave()' article. (#1578)logic-finder2021-07-18
| | | | | | | | | | | | | | | | | * Work done for 'createPeriodicWave()' article. * translation modified Co-authored-by: hochan Lee <hochan049@gmail.com> * translation modified Co-authored-by: hochan Lee <hochan049@gmail.com> * translation modified Co-authored-by: hochan Lee <hochan049@gmail.com> Co-authored-by: hochan Lee <hochan049@gmail.com>
* fix: delete wiki.mozilla.org from ko files (#1567)Yeji Choi2021-07-18
| | | | | | | | | | | | | | * 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>
* [ko] Work done for 'Using the Web Audio API' article. (#1535)logic-finder2021-07-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Work done for 'Using the Web Audio API' article. * translation modified Co-authored-by: hochan Lee <hochan049@gmail.com> * translation modified Co-authored-by: hochan Lee <hochan049@gmail.com> * translation modified Co-authored-by: hochan Lee <hochan049@gmail.com> * translation modified Co-authored-by: hochan Lee <hochan049@gmail.com> * translation modified Co-authored-by: hochan Lee <hochan049@gmail.com> * translation modified Co-authored-by: hochan Lee <hochan049@gmail.com> * translation modified Co-authored-by: hochan Lee <hochan049@gmail.com> * translation modified Co-authored-by: hochan Lee <hochan049@gmail.com> * Update files/ko/web/api/web_audio_api/using_web_audio_api/index.html translation modified Co-authored-by: hochan Lee <hochan049@gmail.com> * translation modified Co-authored-by: hochan Lee <hochan049@gmail.com> * Update files/ko/web/api/web_audio_api/using_web_audio_api/index.html translation modified Co-authored-by: hochan Lee <hochan049@gmail.com> * translation modified Co-authored-by: hochan Lee <hochan049@gmail.com> * translation modified Co-authored-by: hochan Lee <hochan049@gmail.com> * translation modified Co-authored-by: hochan Lee <hochan049@gmail.com> * translation modified Co-authored-by: hochan Lee <hochan049@gmail.com> * translation modified Co-authored-by: hochan Lee <hochan049@gmail.com> * translation modified Co-authored-by: hochan Lee <hochan049@gmail.com> * Small fixes Co-authored-by: hochan Lee <hochan049@gmail.com>
* [ko] JS REF - 스트링 TRIM END 메서드 문서추가 (#1377)ISA2021-07-18
| | | | | | | | | * feat(KO): JS REF - 스트링 TRIM END 메서드 문서추가 * fix: DIR - 카멜케이스 => 소문자 * Delete files/ko/web/javascript/reference/global_objects/string/trimEnd directory * etc: DIR RENAME
* purge all redirects to archived content (#1573)Peter Bengtsson2021-07-16
|
* 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
* Rewrite SVG main page (#1464)alattalatta2021-07-15
| | | | | | | | | | | * Rewrite SVG main page * Apply review suggestion Co-authored-by: JO YUN HO <bedro27@gmail.com> * Add all tags of the source Co-authored-by: JO YUN HO <bedro27@gmail.com>
* 맞춤법수정: 맞딱드린다-->맞딱드린다 (#1469)sehui2021-07-14
| | | Co-authored-by: sehui_yoo <sehui.yoo@llsollu.com>
* 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 JPEG glossary entry (#1465)alattalatta2021-07-12
|
* [ko] Work done for 'Looping codes', 'Test your skills: loops' article. (#1089)logic-finder2021-07-11
| | | | | | | | | | | | | | | | | | | * Work done for 'Looping codes' article. * Work done for 'Test your skills: loops' article. * Update translational tone problem. Why bother? 부분 수정 제안 Co-authored-by: nKiNk <39448774+nKiNk@users.noreply.github.com> * Update translational tone problem. Keep me in the loop 부분 Co-authored-by: nKiNk <39448774+nKiNk@users.noreply.github.com> Co-authored-by: nKiNk <39448774+nKiNk@users.noreply.github.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
* [ko] fix learn/javascript/objects (#1283)hochan Lee2021-07-09
| | | | | | | * fix: learn/javascript/objects en-us와 동기화 * Update files/ko/learn/javascript/objects/index.html * Update files/ko/learn/javascript/objects/index.html
* [CRON] sync translated contentMDN2021-07-09
|
* 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
|
* delete conflicting/orphaned in ko (#1423)Peter Bengtsson2021-07-08
| | | | | * delete conflicting/orphaned in ko * forgot the redirects
* remove some wiki. prefixes tooPeter Bengtsson2021-07-08
|
* fix a bug of legacy http:// URL referencesPeter Bengtsson2021-07-08
|
* [CRON] sync translated contentMDN2021-07-06
|
* 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와 동기화 * 리뷰 사항 반영
* [CRON] sync translated contentMDN2021-07-04
|
* 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>
* [CRON] sync translated contentMDN2021-07-01
|
* [CRON] sync translated contentMDN2021-06-30
|
* Javascript의 블록문 en-US와 동기화 (#1336)Jongha Kim2021-06-29
|