Comparison operators are frequently used in JavaScript applications, and are an important part of controlling the logic flow of the app. But if you don’t have a good understanding of how they work you can run into a couple issues. Understanding strict com... (more…)
Read more »
I quite like AVA since I can just drop it in and reap benefits without too much hassle. I’ve never had to fight against AVA to get tests running, that means more focus on the code and tests and less… (more…)
Read more »
Optimizing the integration of Firefox Developer Tools with the SpiderMonkey JavaScript engine has resulted in many benefits, including the new asynchronous call stack tracking now available in Firefox Developer Edition. ... (more…)
Read more »
What's a Wasm? - Paul Milham, WildWorks WebAssembly (wasm) represents a potential sea change in the Javascript world. But what is it? Will it replace Javascr... (more…)
Read more »