Skip to content

Commit e20a450

Browse files
Update 1-js/09-classes/02-class-inheritance/3-class-extend-object/solution.md
Co-Authored-By: Ju Yeong <[email protected]>
1 parent 8d4c576 commit e20a450

File tree

1 file changed

+1
-1
lines changed
  • 1-js/09-classes/02-class-inheritance/3-class-extend-object

1 file changed

+1
-1
lines changed

1-js/09-classes/02-class-inheritance/3-class-extend-object/solution.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ alert ( Rabbit.getOwnPropertyNames({a: 1, b: 2})); // 에러
6565
*/!*
6666
```
6767

68-
그래서 `Rabbit` `Object` 의 정적인 메서드에 접근을 할 수 없습니다.
68+
그래서 `Rabbit``Object`의 정적 메서드에 접근을 할 수 없습니다.
6969

7070
어쨌든 `Function.prototype``call`, `bind` 기타 등등의 "제네릭" 함수의 메서드를 가집니다. 제네릭 함수들은 궁극적으로 두 가지 경우에 모두 사용 가능합니다. 왜냐하면, `Object`의 내장된 생성자는 `Object.__proto__ === Function.prototype` 이기 때문이죠.
7171

0 commit comments

Comments
 (0)