중첩함수란 함수 내에 위치한 또 다른 함수로, 바깥에 위치한 함수들과 달리 부모 함수의 변수를 자유롭게 읽을 수 있다.
Nested Function is a function inside the othe function, where can be accessible to the variables declared in the parent function unlike outer functions.
Reference