ECMAScript 6

Data Access Tutorial

Start Here

In this tutorial, you create an Employee Directory application using many of the new ECMAScript 6 (aka ECMAScript 2015) features.

This tutorial focuses primarily on data access using ECMAScript 6. In particular, you'll learn how to invoke REST services the ECMAScript 6 way, using the new built-in promises. If you are looking for a generic ECMAScript 6 tutorial, or if you are new to ECMAScript 6, check out this tutorial first.

You use Babel and Webpack to transpile the ECMAScript 6 application and run it in current browsers.

Topics

Related Tutorials