News

Mark Michaelis walks you through the Visual Studio tooling and project setup you'll need to get the most out of your JavaScript unit testing. As I detailed in my recent article "A TypeScript Primer," ...
Mozilla has unleashed the Kraken, a new JavaScript benchmark test. It joins similar efforts like Google's V8 and the WebKit project's SunSpider tests, which are widely used to measure browser ...
Microsoft today launched BrowserSwarm, an open source tool to help Web developers automate testing of their JavaScript frameworks and libraries across devices and browsers. To take advantage ...
Another is its Rx (regular expression, or regex) toolkit, which is a great way to build and test regular expressions for JavaScript, Perl, PHP, Python, and Ruby. Collaboration is another Komodo ...
Meta is transferring its popular open-source JavaScript testing framework, Jest, to the OpenJS Foundation. Jest is one of Meta's top open-source projects and has proven a popular tool for testing ...
The JavaScript ecosystem is rich with innovation and expanding rapidly. Here are seven tools and frameworks that point to what's next for JavaScript. Here are seven newer JavaScript projects you ...
Google has updated its Octane speed test for measuring JavaScript performance, expanding its scope and rounding out the benchmark with computing tasks from rival browser makers Mozilla and Microsoft.
It's difficult to do test-driven-development (TDD) with typical JavaScript code unless you start imposing a lot of "good programming" practices. What I want is an MVC infrastructure to use in ...