๐Ÿ”ฐawait "thenable"

JS โŸฉ asynchronous โŸฉ await โŸฉ thenable

If await gets a "thenable" object, it calls .then() and waits for the resolved value.

Last updated

Was this helpful?