1Test whether Promise treats thenable correctly. 2 3On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". 4 5The promise is not rejected now. 6PASS value.then is called. 7PASS thisValue is value 8PASS rejected 9PASS result is "hello" 10PASS successfullyParsed is true 11 12TEST COMPLETE 13 14