0
kicks
Testing Your Javascript
TDD is becoming a very popular way to verify the integrity of your applications. In my opinion, Dynamic languages, like Javascript, benefit more from TDD than other languages as they can easily be modified at any time. This post discusses creating a simple test suite using Javascript.