Echo JS 0.11.0

<~>

tracker1 1038 days ago. link 1 point
On the "All promises fulfilled" part.

    export const someFn = () => 
      new Promise(() => {
        // Hahahahaha
      });