1Test whether Promise processes microtasks in the correct order. 2 3On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". 4 5PASS promiseState is "pending" 6PASS promiseState is "pending" 7PASS promiseState is "fulfilled" 8PASS promiseResult is "hello" 9PASS successfullyParsed is true 10 11TEST COMPLETE 12 13