Commit 51365ec
committed
Merge remote-tracking branch 'upstream/master'
- 영어 원문 변경분 반영
- 클래스 기초 부분 번역 다시 진행해야함
# Conflicts:
# 1-js/01-getting-started/1-intro/article.md
# 1-js/02-first-steps/01-hello-world/article.md
# 1-js/02-first-steps/03-strict-mode/article.md
# 1-js/02-first-steps/05-types/article.md
# 1-js/02-first-steps/06-alert-prompt-confirm/article.md
# 1-js/02-first-steps/07-type-conversions/article.md
# 1-js/02-first-steps/08-operators/article.md
# 1-js/02-first-steps/09-comparison/article.md
# 1-js/02-first-steps/11-logical-operators/2-alert-or/solution.md
# 1-js/02-first-steps/11-logical-operators/article.md
# 1-js/02-first-steps/15-function-basics/article.md
# 1-js/02-first-steps/18-javascript-specials/article.md
# 1-js/03-code-quality/03-comments/article.md
# 1-js/04-object-basics/01-object/4-const-object/solution.md
# 1-js/04-object-basics/01-object/4-const-object/task.md
# 1-js/04-object-basics/01-object/article.md
# 1-js/04-object-basics/04-object-methods/article.md
# 1-js/05-data-types/02-number/article.md
# 1-js/05-data-types/04-array/article.md
# 1-js/05-data-types/10-destructuring-assignment/article.md
# 1-js/05-data-types/11-date/8-format-date-relative/solution.md
# 1-js/05-data-types/11-date/8-format-date-relative/task.md
# 1-js/05-data-types/11-date/article.md
# 1-js/06-advanced-functions/01-recursion/article.md
# 1-js/06-advanced-functions/02-rest-parameters-spread/article.md
# 1-js/06-advanced-functions/03-closure/article.md
# 1-js/06-advanced-functions/04-var/article.md
# 1-js/06-advanced-functions/09-call-apply-decorators/article.md
# 1-js/08-prototypes/01-prototype-inheritance/article.md
# 1-js/08-prototypes/02-function-prototype/article.md
# 1-js/08-prototypes/04-prototype-methods/article.md
# 1-js/09-classes/01-class/article.md
# 1-js/09-classes/02-class-inheritance/article.md
# 1-js/10-error-handling/2-custom-errors/article.md
# 1-js/11-async/01-callbacks/article.md
# 1-js/11-async/05-promise-api/article.md
# 1-js/13-modules/02-import-export/article.md
# 1-js/99-js-misc/01-proxy/article.md
# 1-js/99-js-misc/03-currying-partials/article.md
# 1-js/99-js-misc/04-reference-type/2-check-syntax/solution.md
# 1-js/99-js-misc/04-reference-type/3-why-this/solution.md
# 2-ui/1-document/03-dom-navigation/article.md
# 2-ui/1-document/04-searching-elements-dom/article.md
# 2-ui/1-document/05-basic-dom-node-properties/article.md
# 2-ui/1-document/08-styles-and-classes/article.md
# 2-ui/2-events/01-introduction-browser-events/article.md
# 2-ui/2-events/02-bubbling-and-capturing/article.md
# 2-ui/2-events/03-event-delegation/article.md
# 2-ui/2-events/04-default-browser-action/article.md
# 2-ui/2-events/05-dispatch-events/article.md
# 2-ui/5-loading/01-onload-ondomcontentloaded/article.md
# 5-network/01-fetch/article.md
# 6-data-storage/02-localstorage/article.md
# 7-animation/1-bezier-curve/article.mdFile tree
141 files changed
+1297
-817
lines changed- 1-js
- 01-getting-started/1-intro
- 02-first-steps
- 01-hello-world/1-hello-alert
- 03-strict-mode
- 05-types
- 06-alert-prompt-confirm
- 1-simple-page
- 07-type-conversions
- 08-operators
- 1-increment-order
- 2-assignment-result
- 3-primitive-conversions-questions
- 4-fix-prompt
- 09-comparison
- 1-comparison-questions
- 11-logical-operators
- 12-nullish-coalescing-operator
- 13-while-for
- 1-loop-last-value
- 2-which-value-while
- 3-which-value-for
- 4-for-even
- 5-replace-for-while
- 6-repeat-until-correct
- 7-list-primes
- 14-switch
- 1-rewrite-switch-if-else
- 2-rewrite-if-switch
- 15-function-basics
- 1-if-else-required
- 2-rewrite-function-question-or
- 3-min
- 4-pow
- 16-function-expressions
- 17-arrow-functions-basics
- 1-rewrite-arrow
- 18-javascript-specials
- 03-code-quality/03-comments
- 04-object-basics
- 01-object
- 4-const-object
- 02-object-copy
- 03-garbage-collection
- 04-object-methods
- 07-optional-chaining
- 08-symbol
- 09-object-toprimitive
- 05-data-types
- 02-number
- 04-array
- 10-destructuring-assignment
- 11-date/8-format-date-relative
- 06-advanced-functions
- 02-rest-parameters-spread
- 03-closure/7-let-scope
- 04-var
- 09-call-apply-decorators
- 08-prototypes
- 02-function-prototype
- 04-prototype-methods
- 09-classes
- 01-class
- 02-class-inheritance
- 2-clock-class-extended/solution.view
- 3-class-extend-object
- 07-mixins
- 11-async/05-promise-api
- 12-generators-iterators/2-async-iterators-generators
- 13-modules/02-import-export
- 99-js-misc
- 03-currying-partials
- 04-reference-type
- 2-check-syntax
- 3-why-this
- 2-ui
- 1-document
- 07-modifying-document/9-calendar-table
- 09-size-and-scroll/4-put-ball-in-center
- ball-half
- solution.view
- 11-coordinates/1-find-point-coordinates
- 2-events
- 01-introduction-browser-events
- 02-bubbling-and-capturing
- 03-event-delegation
- 05-dispatch-events
- 3-event-details/1-mouse-events-basics
- 4-forms-controls/1-form-elements
- 5-loading
- 01-onload-ondomcontentloaded
- 03-onload-onerror
- 99-ui-misc/02-selection-range
- 3-frames-and-windows/01-popup-windows
- 4-binary
- 01-arraybuffer-binary-arrays
- 04-file
- 5-network
- 01-fetch
- 02-formdata
- 03-fetch-progress
- 06-fetch-api
- 08-xmlhttprequest
- 6-data-storage
- 01-cookie
- 02-localstorage
- 7-animation/1-bezier-curve
- 9-regular-expressions
- 02-regexp-character-classes
- 03-regexp-unicode
- 09-regexp-quantifiers/2-find-html-colors-6hex
- 11-regexp-groups
- 14-regexp-lookahead-lookbehind
- 17-regexp-methods
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
141 files changed
+1297
-817
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
38 | | - | |
| 37 | + | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
| 58 | + | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | | - | |
| 68 | + | |
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
| 73 | + | |
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
97 | | - | |
| 97 | + | |
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
105 | | - | |
| 105 | + | |
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
109 | | - | |
110 | | - | |
| 109 | + | |
| 110 | + | |
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
| |||
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
120 | | - | |
| 120 | + | |
Lines changed: 12 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
23 | | - | |
| 22 | + | |
24 | 23 | | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
51 | 53 | | |
52 | | - | |
| 54 | + | |
53 | 55 | | |
54 | | - | |
| 56 | + | |
55 | 57 | | |
56 | 58 | | |
57 | 59 | | |
| |||
61 | 63 | | |
62 | 64 | | |
63 | 65 | | |
64 | | - | |
| 66 | + | |
65 | 67 | | |
66 | 68 | | |
67 | 69 | | |
| |||
71 | 73 | | |
72 | 74 | | |
73 | 75 | | |
74 | | - | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
75 | 83 | | |
76 | | - | |
| 84 | + | |
77 | 85 | | |
78 | | - | |
| 86 | + | |
79 | 87 | | |
80 | | - | |
| 88 | + | |
81 | 89 | | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
| 90 | + | |
0 commit comments