Hacker News new | ask | show | jobs
by Zacru 689 days ago
>closure #2 closes over closure #1

I don't see this in the example. Closure #1 is never bound in the scope, as far as I can tell. Could you explain how closure #1 is closed over without being bound?