Understanding JS Scoping of “this” – a simple jQuery example
February 11, 2013 11:34 am 1 CommentOne of the more common mistakes that web developers made is the scoping of “this”. This would be one of the criteria of understanding that most testers would look at when hiring new developers. This short post will show a simple code snippet showing how to keep the scoping of... View Article