News

JavaScript Turns 25: Pluralsight Gurus Weigh In. On Friday, December 4, JavaScript turns 25. The venerable client-side scripting language had a wobbly start when Mozilla co-founder Brendan Eich ...
In a post on Mozilla’s JavaScript blog, Mozilla developer David Anderson said that the architecture of IonMonkey uses a three-step compilation process for JavaScript that mirrors how production ...
Glow is a JavaScript library used extensively across BBC Online, ... Such a strange coincidence, I was searching around on BCC blogs and labs sites just last night looking for something like this!
The interminable JavaScript engine performance wars are continuing, with Microsoft landing the latest blow. Striking this time was Limin Zhu, program manager for the Chakra JavaScript engine that ...
Once a week, I like to scan various javascript blogs and newsletters to catch up on the projects I missed while I was buried in my own work. Below are three that particularly caught my eye: jQuery ...
A JavaScript performance optimization tip that is very easy to implement is simply replace every var in your code with a let. 3. Minify and combine. If your webpage links to multiple JavaScript ...