Skip to content

Commit 11e275e

Browse files
Woomin-JeonViolet-Bora-Lee
authored andcommitted
파트 9.1 오번역 수정
원문에 나와있지 않은 내용(심지어 잘못된 내용)이 존재해서 제거하였습니다. [원문] We can also assign values using more complex expressions and function calls
1 parent 177477f commit 11e275e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1-js/09-classes/01-class/article.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ alert(user.name); // John
331331
alert(User.prototype.name); // undefined
332332
```
333333

334-
클래스 필드는 생성자가 그 역할을 다 한 이후에 처리됩니다. 따라서 클래스 필드엔 복잡한 표현식이나 함수 호출 결과를 사용할 수 있습니다.
334+
아울러 클래스 필드엔 복잡한 표현식이나 함수 호출 결과를 사용할 수 있습니다.
335335

336336
```js run
337337
class User {

0 commit comments

Comments
 (0)