What are the states of promise objects in es6
Status: 1. pending status, which is initialized and there is no result in the process; 2. fulfilled success status, the resolved status will trigger the subsequent then callback function; 3. rejected failure status, the rejected status will trigger the su
2022-09-13