If you’re a developer, you’ve probably heard a little bit about ECMAScript 6 (ES6) already, though at first glance it might seem a little confusing. What it really boils down to is this: it’s the next ...
What the heck are all these arrows (=>) and dollar signs (`Hello ${name}`) doing in this new JS code I’m seeing? What’s with these objects with no value pairs? JavaScript is constantly improving, and ...
JavaScript, it’s no longer the avoidable nuisance it once was. The flexibility of of the language and its ubiquity on the client side have brought it front and center for modern web developers. The ...
Mozilla developer Michael Bebenita has released a JavaScript-based H.264 decoder that is intended to run natively in Web browsers. The decoder, which can display video at 30 frames per second on ...