资讯

Contribute to Nimidevs/javascript-for-dummies development by creating an account on GitHub.
‘Higher-order functions’ is a fancy term for functions that take other functions as arguments or that return functions. Very powerful!
I was digging around on twitter and I found a great comment from @BenAtExocortex: “Javascript has no block scope (!) but one can use self-executing functions instead (as Javascript has function scope.