Problem
Implement a MyPromise class supporting the executor (resolve, reject), .then, .catch, and async resolution.
Implement a Promise from scratch with then/catch and state machine.
Implement a MyPromise class supporting the executor (resolve, reject), .then, .catch, and async resolution.