Posts by btega • 1 point
1 post
-
-3
votes1
answer34
viewsA: Javascript with async-await
When javascript returns [Object Object] it is because it is printing the object instance. To solve this, you can use the JSON.stringify() method to show the contents of your variable, so it converts…