Posts by Danilo • 21 points
1 post
-
2
votes2
answers39
viewsQ: How do I display an Object type variable on the screen through Alert?
In Alert the following message appears: [Object Object] Follows code below: let carro = { modelo: "corsa", marca: "chevrolet", aVenda: true }; alert(carro);…
javascriptasked Danilo 21