| Commit message (Collapse) | Author | Age |
|
|
|
| |
Co-authored-by: echo.youn <echo.youn@kakaocorp.com>
Co-authored-by: hochan Lee <hochan049@gmail.com>
|
|
|
|
|
|
|
|
| |
* 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>
|
|
|
| |
array 설명에서 findIndex()에 대한 요약에서 반환값을 잘못 명시한 중요한 오번역이 있어서 같이 수정함
|
|
|
|
|
|
|
| |
* Javascript.Statement.throw() en-us 문서와 동기화
* Update files/ko/web/javascript/reference/statements/throw/index.html
Co-authored-by: hochan Lee <hochan049@gmail.com>
|
|
|
| |
Co-authored-by: hochan Lee <hochan049@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: 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>
|
| |
|
| |
|
| |
|
|
|
| |
추가적으로 번역 동기화
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
* 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>
|
|
|
|
|
|
|
|
|
|
|
| |
* 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>
|
|
|
|
|
|
|
|
|
| |
* [CRON] sync translated content
* etc: 깃 이력 추적을 위해서 추가 된 절차
* refactor(KO): JS REF - STRING RAW CONVERT MD
Co-authored-by: MDN <actions@users.noreply.github.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>
|
|
|
|
|
|
|
|
|
| |
* feat(KO): JS REF - 스트링 TRIM END 메서드 문서추가
* fix: DIR - 카멜케이스 => 소문자
* Delete files/ko/web/javascript/reference/global_objects/string/trimEnd directory
* etc: DIR RENAME
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
* Fix typo
* Polished some wording
* Proofread
* Add semi
* Sync with English
|
| |
|
|
|
| |
Co-authored-by: 이학성 <hslee@ship-da.com>
|
|
|
|
| |
- Javascript/URIError, URIError 생성자 추가
- typeerror 약간 수정
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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>
|
|
|
| |
Co-authored-by: echo.youn <echo.youn@kakaocorp.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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 문서 추가
* 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>
|
| |
|
|
|
|
| |
- columnnumber, filename, linenumber, message, tostring 추가
- name 수정
|
|
|
|
|
| |
* Javascript Math.tan(), Math.trunc() en-us와 동기화
* 리뷰 사항 반영
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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>
|
|
|
|
| |
Co-authored-by: echo.youn <echo.youn@kakaocorp.com>
Co-authored-by: Sungwoo Park <codest99@gmail.com>
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
| |
|
| |
|
|
|
| |
Co-authored-by: dilrong <hslee@ship-da.com>
|
|
|
|
|
|
|
| |
* [ko] Update javascript/internalerror
/web/javascript/reference/global_objects/internalerror 문서를 en-US와 동기화
* 리뷰 반영
|
| |
|
|
|
|
|
| |
* Math.max en-us 동기화
* 코드리뷰 수정 사항 반영
|
|
|
| |
some code's align is incorrect on korean language page
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* [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
* Update files/ko/web/javascript/reference/global_objects/rangeerror/index.html
Co-authored-by: Yeji Choi <61399588+yechoi42@users.noreply.github.com>
|