- The document discusses upcoming features in ECMA Script 6 including modules, variables scoping, new core features for arrays, strings, numbers, maps, sets, destructuring, and handling external data using promises and deferred objects.
- It provides examples of how to use ECMA 6 modules, variables scoping with let, new methods for strings and arrays, sets and maps, destructuring arrays and objects, and creating and resolving promises.
- The document is intended as a guide to help understand and start using new features coming in ECMA Script 6.