Skip to content
Talk To Us
July 8, 2015

Is JavaScript the Only Language You Need?

javascript_languageUse of JavaScript for the browser-based user interface in web apps has grown for a couple decades.New libraries and uses of JavaScript have caused it to be trending upward in popularity beyond the browser to mobile, IoT and the server side of web apps. Meanwhile a new version of JavaScript is about to be launched. Smart outsourced software development teams have stayed current and become experts in the latest JavaScript libraries and uses.

Writing code and implementing great user experiences for applications is getting easier and easier. When JavaScript first came out in the 1990s it was a cool way to add useful behaviors to the user interface to make an application more intuitive and easier to use. Non-standard implementations across all browsers were a challenge to the use of more advanced JavaScript features. Then in the 2000s AJAX was used to create asynchronous web applications that send data to and retrieve from a server asynchronously (in the background) without submitting or redisplaying an entire web page.

Update to JavaScript 2015

The first major update to JavaScript is about to be approved on June 18, 2015 by the international standards organization Ecma. ECMAScript 2015 is a foundational change to the language to improve speed and performance in coding larger, more complex Web applications.

According to the 650-page final draft of ECMA-262 Edition 6, “Goals for the sixth edition include providing better support for large applications, library creation, and for use of ECMAScript as a compilation target for other languages.”

It’s hard to suss out the exact business benefits of JavaScript 2015 because the enhancements are described for a developer audience in the updated standard as, “Some of its major enhancements include modules, class declarations, lexical block scoping, iterators and generators, promises for asynchronous programming, destructuring patterns, and proper tail calls.” Overviews of the update provided by individual developers include many source code illustrations of these new features.

ECMAScript 6 will be the first update to standardized JavaScript since 2009, and the first truly foundational restructuring of the language since 1999. Accelerance certified partner companies are following the update closely and are already working on client projects with Node.js, Angular2 and Microsoft’s TypeScript that support JavaScript 2015.

Andy Hilliard

As CEO, Andy leads and advocates for the globalization and collaboration of great software teams with companies in search of talent, innovation and a globally-distributed extension of their engineering function and culture. Andy founded the ground-breaking nearshore software development services company, Isthmus Costa...

Recently Published Articles

View All Posts