Fish Wang says to YSITD
Scope chain是這種 function add(a) { return function (b){ return function (c){ return a+b+c}}}