The document discusses new features coming to JavaScript in the future. It describes CoffeeScript and compiling ES.next to current JavaScript as ways to experiment with these new features. It lists some approved features for ES.next, including block scope variables, destructuring, default parameters, rest/spread syntax, proxies, weak maps, modules, and iterators/generators. The document also discusses goals for ES.next such as being better for complex apps, libraries, and code generators while keeping versions simple and supporting a secure subset.