Hacker News new | ask | show | jobs
Avoid top 10 JavaScript errors (kuoll.com)
2 points by eugene_stepnov 3248 days ago
1 comments

It says "Bug #1 Bugs with incorrect references to this".

I always had a bit similar issue with PHP. I always forgot "this" before calling a method or accessing a field.