JS Closure

記載一下看的鏈接

MDN上 Closure定義:

closure is the combination of a function and the lexical environment within which that function was declared. 


https://www.cnblogs.com/huangxincheng/p/4189843.html?utm_source=qq&utm_medium=social&utm_oi=599727082251751424


https://developer.mozilla.org/en-US/docs/Web/JavaScript/Closures


https://stackoverflow.com/questions/111102/how-do-javascript-closures-work

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章