Today I learned...

| RSS | Contact |

... that I can replace return new Promise((resolve) => resolve(true))); with return Promise.resolve(true);. #javascript