Hacker News
- JavaScript closures and recursion http://stackoverflow.com/questions/4273617/is-there-a-way-to-make-this-slideshow-move-automatically/4273831#4273831 5 comments
- Closure: The world's most misunderstood JavaScript library http://www.gmosx.com/blog/agVnbW9zeHIPCxIHQXJ0aWNsZRjRiQIM/closure:-the-worlds-most-misunderstood-javascript-library 14 comments
- JavaScript garbage collection and closures https://jakearchibald.com/2024/garbage-collection-and-closures/ 69 comments
- JS Visualizer – Visualize Context, Hoisting, Closures, and Scopes in JavaScript https://javascriptvisualizer.com/ 12 comments
Lobsters
- How do JavaScript closures work under the hood http://dmitryfrank.com/articles/js_closures 2 comments javascript
- Everything You need to Know about the Javascript Closure https://codesquery.com/javascript-closure/ 3 comments javascript
- JavaScript : Closures & Environment https://frontendmayhem.com/javascript-closures-environment/ 11 comments javascript
- How do JavaScript closures work? http://stackoverflow.com/q/111102/7548489 5 comments javascript
- JavaScript Closures Explained by Mailing a Package https://medium.freecodecamp.com/javascript-closures-explained-by-mailing-a-package-4f23e9885039#.1iv20cxyj 3 comments javascript
- Let’s Learn JavaScript Closures https://medium.com/@preethikasireddy/lets-learn-javascript-closures-66feb44f6a44#.8t5i7oies 14 comments node
- Let’s Learn JavaScript Closures https://medium.com/@preethikasireddy/lets-learn-javascript-closures-66feb44f6a44#.65bvnnycd 4 comments javascript
- Closures in JavaScript http://www.kirupa.com/html5/closures_in_javascript.htm 11 comments javascript
- When JavaScript (books) had no closures http://itturnsout.com/when-javascript-books-had-no-closures/ 21 comments javascript
- Understanding Closures in Javascript http://taha-sh.com/blog/understanding-closures-in-javascript 11 comments webdev
- How to REALLY Learn JavaScript Series: Part 8 Understanding Closures http://www.web-crunch.com/how-to-really-learn-javascript-series-part-8-understanding-closures/ 5 comments javascript
- JavaScript closures by example http://howchoo.com/g/mge2mji2mtq/javascript-closures-by-example 15 comments javascript
- JavaScript closure and design patterns (for those who are new to JavaScript) http://0a.io/0a-explains-javascript-closure-and-design-patterns 7 comments javascript
- Really Understanding Javascript Closures http://blog.jhades.org/really-understanding-javascript-closures/ 25 comments javascript
- Identifier Resolution and Closures in the JavaScript Scope Chain http://davidshariff.com/blog/javascript-scope-chain-and-closures/ 5 comments javascript
- Javascript errors after using closures for api organization http://forrst.com/posts/javascript_errors_after_migrating_library_to_use-ze2 7 comments javascript
- Javascript closure memory leak http://atkinson.posterous.com/javascript-closure-memory-leak 6 comments javascript
- Closures explained with JavaScript http://skilldrick.co.uk/2011/04/closures-explained-with-javascript/ 13 comments programming
- Javascript Closures for Dummies http://blog.morrisjohns.com/javascript_closures_for_dummies.html 3 comments javascript
- Dirty looping and Closure in JavaScript http://pierrespring.com/2010/05/24/dirty-looping-in-javascript/ 7 comments javascript
- New Javascript Libraries from Google: Closure Tools http://code.google.com/closure/ 6 comments javascript
- New Javascript Libraries from Google: Closure Tools http://code.google.com/closure/ 95 comments programming
- Understanding JavaScript Closures: Finally Got It After Struggling for Months! https://medium.com/@shanmugarajak92/understanding-closures-in-javascript-a-friendly-guide-6fe1aef27210 26 comments learnjavascript
- Deep JavaScript chapter: How do environments and closures work in JavaScript? https://exploringjs.com/deep-js/ch_environments.html 3 comments programming
- Minify your javascript with Google Closure Compiler https://github.com/mintyowl/jsmincc/releases 11 comments javascript
- Closure Compiler is now available in pure JavaScript, for use without Java https://developers.googleblog.com/2016/08/closure-compiler-in-javascript.html 49 comments javascript
- ELI5: Closures, currying, and partials in JavaScript. https://github.com/rmurphey/js-assessment 4 comments webdev
- JavaScript "lint" - automated JS quality detection with Google Closure http://blog.dangerous.net/2013/04/javascript-static-analysis-and-syntax.html 5 comments javascript
- Pretty good interactive tutorial on closure in javascript http://nathansjslessons.appspot.com/ 3 comments javascript
- Coding Better Object-Oriented JavaScript with Closure Compiler http://calendar.perfplanet.com/2010/coding-better-object-oriented-javascript-with-closure-compiler/ 18 comments javascript
- UglifyJS: A Fast New JavaScript Compressor For Node.js That’s On Par With Closure http://badassjs.com/post/971960912/uglifyjs-a-fast-new-javascript-compressor-for-node-js 13 comments javascript
- 5 different techniques for implementing the decorator pattern in JavaScript: closures, monkey patching, prototypes, proxies and 'middleware' http://nickmeldrum.com/blog/decorators-in-javascript-using-monkey-patching-closures-prototypes-proxies-and-middleware 5 comments javascript
- How do you compress your javascript? Ever use Closure compiler? https://developers.google.com/speed/articles/compressing-javascript 18 comments javascript
- JavaScript Closures: A Newbie's First Coding Headache http://www.unicodegirl.com/javascript-closures.html 9 comments javascript
- JavaScript Closures - The only concept to define Private Data in JavaScript - DataFlair https://data-flair.training/blogs/javascript-closures/ 17 comments javascript
- The Ultimate Guide to Execution Contexts, Hoisting, Scopes, and Closures in JavaScript https://tylermcginnis.com/ultimate-guide-to-execution-contexts-hoisting-scopes-and-closures-in-javascript/ 22 comments javascript