Scope it up
Always had an issue with scope and functions like call()
and apply()
in javascript - until now.
Two easy-to-read sources are:
- JavaScript, 5 ways to call a function
- John Resigs app “learn” which will guide you through an interactive enviroment with focus on one particular feature of javascript at a time. Glorious