Tested JavaScript Development

(0 Ratings)

Not all JavaScript code written today is tested. For a long time there has been a misconception that JavaScript isnot a "real" programming language, when in fact it actually is a powerful functional language.

This talk will guide the listener through the process of writing clean and tested JavaScript code:

- Brief discussion of separation of concerns (JavaScript, HTML, CSS)
- Setting up our test environment
- Writing some JavaScript, TDD style
- Including our tests in our Continuous Integration build

Please check out the source code at: github.com/shagstrom/testedjs !