Full JavaScript: promises are unpacked automatically by REPL #1536
Labels
Bug
Something isn't working
good first issue
Easy issues to get your feet wet
minor
less important than important but more than nice-to-have
When a Full JavaScript program evaluates to a promise, it is automatically unpacked by the REPL.
The display function correctly displays the promise object in orange. The REPL should also display the promise object.
The program:
The text was updated successfully, but these errors were encountered: