const add = function(x){
	return funtion(y){
		return x+y;
	}
}
/* 1. **외부함수**는 y에 접근할 수 **없다.**
   2. **내부함수**는 x에 접근할 수 **있다.**
*/

스코프, 클로저 참고자료

https://www.youtube.com/watch?v=MbYShFxp-j0

https://www.youtube.com/watch?v=L8OvfMfIWa0&t=5s