Sometimes Javascript makes me want to kick little kittens. This time it’s because there is no built-in way to pass objects by value. First a little guide regarding Javascript and by reference vs by value: Primitive types (boolean and numeric) are … Continue reading
Just started using JSCoverage for testing code coverage in Javascript. It’s super simple to implement—I even got it working with RequireJS (just had to make sure it was using relative URLs).