Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
SnowMarble authored Jul 6, 2023
1 parent d07b2c9 commit 411903d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/ko/web/javascript/reference/operators/super/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ const anotherChild = { __proto__: parent2, myParent };
anotherChild.myParent(); // 여전히 "1"이 로그됩니다.
```

전체 상속 체인을 재설정해야만 super의 참조가 변경됩니다.
전체 상속 체인을 재설정해야만 `super` 참조가 변경됩니다.

```js
class Base {
Expand Down

0 comments on commit 411903d

Please sign in to comment.