# 고급 자바스크립트 배우기 by John Resig

> Clean Markdown view of GeekNews topic #7904. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=7904](https://news.hada.io/topic?id=7904)
- GeekNews Markdown: [https://news.hada.io/topic/7904.md](https://news.hada.io/topic/7904.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2022-11-28T10:27:35+09:00
- Updated: 2022-11-28T10:27:35+09:00
- Original source: [johnresig.com](https://johnresig.com/apps/learn/)
- Points: 31
- Comments: 1

## Topic Body

- jQuery 개발자가 만든 15강짜리 자바스크립트 교육 자료   
- 자바스크립트 기본을 아는 중급~고급 개발자용  
- 페이지 내에서 코드를 수정하고 바로 실행 가능   
### 목차   
1) Our Goal  
2) Defining Functions  
3) Named Functions  
4) Functions as Objects  
5) Context  
6) Instantiation  
7) Flexible Arguments  
8) Closures  
9) Temporary Scope  
10) Function Prototypes  
11) Instance Type  
12) Inheritance  
13) Built-in Prototypes  
14) Enforcing Function Context  
15) Bonus: Function Length

## Comments



### Comment 13491

- Author: rinae
- Created: 2022-11-28T14:13:41+09:00
- Points: 3

오래전에 본 사이트같다 했더니 맞군요.  
  
사이트 안의 각주에도 달려있듯, 여기 있는 내용은 존 레식 본인의 책 [자바스크립트 닌자 비급(YES24 링크)](http://www.yes24.com/Product/Goods/12501073)에서 다루고 있습니다.  
  
알면 좋지만 꽤... 오래 된 내용이라고 생각합니다.
