Today i read about closures in JavaScript. It was curiosity that forced me to look at this and after reading a few posts and examples on stack overflow I think i have it down pat now.
I particularly like the post with references to unicorns :)
This whole curiosity into closures was just to clarify my understanding of what closures were in JavaScript and has actually made me realize why certain things are done in toolkit’s.
Level Up