1. Async functions

    Async functions make it possible to treat functions returning Promise objects as if they were synchronous.

  2. ecmascript 2017 (es8)