JavaScript ES6: Arrow functions

The 6th edition of ECMAScript, the official name of the JavaScript programming language, was finalized in 2015. This update adds significant new syntax for writing complex applications, including class declarations, let and const keywords, promises, template literals, iterators, generators, and arrow functions. The complete list of new features is extensive. In this blog post, we’re going to focus on arrow functions.

Read more

The JavaScript Revolution

There are over 100 major spoken languages in the world, each with millions of native speakers. Imagine for a moment how convenient it would be if everyone spoke a single language. Although the promise of Esperanto hasn't materialized, one can argue that JavaScript is the only programming language one needs to perform the most common of programming tasks.

Read more