Create a function that returns a promise which resolves with an object after 4 seconds. Chain this promise with two more promises: one that extracts a specific value from the object and another that ...