With JavaScript, scope is little tricky feature. They are very simple looking, but can go wrong if you are not aware of how exactly javascript variables are scoped.
The post JavaScript Variable Scope Rules You Must Know appeared first on HowToDoInJava.