Echo JS 0.11.0

<~>
tracker1 3560 days ago. link 2 points
I'd much rather use es2015 syntax for rest/spread with fat-arrow syntax...

    somethingAsync()
      .then( (...args) => doSomething('prefix', ...args) );

Replies