CodeHubOrg / discussions

Discussion board for CodeHub Bristol
2 stars 2 forks source link

Closures #25

Open katjad opened 8 years ago

katjad commented 8 years ago

Some references I mentioned today:

YDKJS Chapter 2 https://github.com/getify/You-Dont-Know-JS/blob/master/scope%20&%20closures/ch5.md FunFunFunction video (as mentioned here before, there's a whole series about functional programming) https://www.youtube.com/watch?v=CQqwU2Ixu-U About the module pattern: https://toddmotto.com/mastering-the-module-pattern/

A few things about closures: