aboutsummaryrefslogtreecommitdiff
path: root/files/ko/web/javascript/reference
Commit message (Collapse)AuthorAge
* Rename html to mdalattalatta2021-10-11
|
* Rewrite WeakMapalattalatta2021-10-11
|
* Rename html to mdalattalatta2021-10-11
|
* Rewrite functions referencealattalatta2021-10-10
|
* Rename html to mdalattalatta2021-10-10
|
* l10n: add symbol-for for ko (#2460)SeulGi Choi(Chase)2021-10-10
| | | | | * l10n: rename html to md * l10n: update contents as en-US
* Update Object.assignalattalatta2021-09-23
|
* Rename html to mdalattalatta2021-09-23
|
* [ko] Update Object.defineProperty (#2465)alattalatta2021-09-23
| | | | | * Rename html to md * Update Object.defineProperty
* Update Intl.DateTimeFormatalattalatta2021-09-22
|
* Rename html to mdalattalatta2021-09-22
|
* [ko] improve video tag autoplay attribute translation (#2454)Juyeong Byeon2021-09-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 번역 개선: autoplay속성 중 일부 생략된 정보를 문장에 포함 시켰습니다. * wrap video tag with code tag * Update files/ko/web/javascript/reference/functions/arrow_functions/index.html Co-authored-by: JO YUN HO <yujo.dev@gmail.com> * Update files/ko/web/javascript/reference/functions/arrow_functions/index.html Co-authored-by: JO YUN HO <yujo.dev@gmail.com> * Update files/ko/web/javascript/reference/functions/arrow_functions/index.html Co-authored-by: JO YUN HO <yujo.dev@gmail.com> * Update files/ko/web/javascript/reference/functions/arrow_functions/index.html Co-authored-by: JO YUN HO <yujo.dev@gmail.com> * Update files/ko/web/javascript/reference/functions/arrow_functions/index.html Co-authored-by: JO YUN HO <yujo.dev@gmail.com> * url fix before "https://developer.mozilla.org/ko/docs/Glossary/Constructor " after "https://developer.mozilla.org/ko/docs/Web/JavaScript/Reference/Classes/constructor Co-authored-by: JO YUN HO <yujo.dev@gmail.com>
* Update classes/constructor (#2488)alattalatta2021-09-18
| | | | | * Rename html to md * Update classes/constructor
* l10n: update contents as en-UScs09g2021-09-17
|
* l10n: rename html to mdcs09g2021-09-17
|
* [fix and improvement]JuyeongByeon2021-09-13
| | | | | | | | | | | | | | | | | before In current document, It said "이 함수 표현은 메소드 함수가 아닌 곳에 가장 적합합니다. 그래서 생성자로서 사용할 수 없습니다." It means " This function expression is best suited for non-method functions. That's why you can't use it as a constructor." But it is not. As I know Arrow function does not have a prototype that's why it can't be used as a constructor. this translation needs to be fixed. And some of the information was not translated into Korean after * Invalid information about Arrowfunction was removed. * Added omitted information.
* 연결되지 않은 링크 연결 (#2217)BangHyeongSik2021-09-03
| | | | | | | | | | | | * 연결되지 않은 링크 연결 영어 문서에서는 연결되어 있는 링크가 한글 문서에서는 연결되어 있지 않은 것을 확인했습니다. 해당 변경 사항에서 링크가 연결되었는지 확인해주시기 바랍니다. * [ko-kr] 잘못된 문법 형식 변경 잘못된 문법 형식을 변경하였습니다. 검토자: yujo11
* Rewrite String.toStringalattalatta2021-08-15
|
* Rename HTML to MDalattalatta2021-08-15
|
* [ko] Object.assign merging example typo fix (#2012)mathucate2021-08-14
|
* refactor(KO): JS REF - STRING TRIM START CONVERT MDIsa(yunjongryu)2021-08-14
|
* etc: 깃 이력 추적을 위한 절차Isa(yunjongryu)2021-08-14
|
* Clean up JS reference documents (#1818)alattalatta2021-08-14
| | | | | | | | | | | | | | | * 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 javascript/object/object (#1455)윤승재2021-08-03
| | | | Co-authored-by: echo.youn <echo.youn@kakaocorp.com> Co-authored-by: hochan Lee <hochan049@gmail.com>
* [ko] 'SyntaxError: return not in function' (#1380)Dilrong2021-08-03
| | | | | | | | * Bad_return_or_yield 동기화 및 번역 * Update files/ko/web/javascript/reference/errors/bad_return_or_yield/index.html Co-authored-by: 이학성 <hslee@ship-da.com> Co-authored-by: hochan Lee <hochan049@gmail.com>
* Javascript/refrence 의 int8array 추가 외 (#1355)Jongha Kim2021-08-03
| | | array 설명에서 findIndex()에 대한 요약에서 반환값을 잘못 명시한 중요한 오번역이 있어서 같이 수정함
* Javascript.Statement.throw() en-us 문서와 동기화 (#1325)Jongha Kim2021-08-03
| | | | | | | * Javascript.Statement.throw() en-us 문서와 동기화 * Update files/ko/web/javascript/reference/statements/throw/index.html Co-authored-by: hochan Lee <hochan049@gmail.com>
* [log2]폴리 필 추가 (#1264)louis2202021-08-03
| | | Co-authored-by: hochan Lee <hochan049@gmail.com>
* [삼항 연산자] 업데이트된 내용 반영 및 번역 수정 (#1263)sunup19922021-08-03
| | | | | | | | | | | | | | | | | | | | | | | | * [삼항 연산자] 업데이트된 내용 반영 및 번역 수정 * 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(KO): JS REF - STRING TRIM 번역 최신화 & CONVERT MDIsa(yunjongryu)2021-08-02
|
* etc: 깃 이력추적을 위한 절차Isa(yunjongryu)2021-08-02
|
* 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
|
* Update JS reference index page (#1581)alattalatta2021-07-26
|
* Remove hidden/noinclude from JS docs (#1583)alattalatta2021-07-26
|
* 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] 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
* 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!!
* [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