2020/12/29 - [TIL(today I learned)] - 2020-12-29 TIL
Function Scope
function scope 기능 범위 ...
펑션이 정의된 범위와 평선밖에 코딩된 코드들을 구분할 수 있고 어떻게 실행되는지 알아야 한다.
Block Scope
Lexical Scope
nested 된 function들은 부모 function의 내용을 승계받을 수 있다.
Function Expressions
function도 변수를 정의하는것처럼 정의할 수 있다.
코딩 연습 44: Function Expression Exercise
Higher Order Functions
Returning Functions
factory function
Defining Methods
코딩 연습 45: Methods Exercise
'TIL(today I learned)' 카테고리의 다른 글
2020-12-29 TIL (0) | 2020.12.29 |
---|---|
2020-12-24 TIL (0) | 2020.12.24 |
2020-12-20 TIL (0) | 2020.12.24 |
2020-12-15 TIL (0) | 2020.12.15 |
2020-12-14 TIL (0) | 2020.12.14 |