Posts by Wesley • 13 points
1 post
-
0
votes2
answers190
viewsQ: How do I create the variable that saves all this information and then displays it on the.log() console?
Create a function that given the following object: var endereco = { rua: "Rua dos pinheiros", numero: 1293, bairro: "Centro", cidade: "São Paulo", uf: "SP" }; Return the following content: The user…
javascriptasked Wesley 13