From 5e216445ca976b4cc8f45f0d6c5a55035faeb9af Mon Sep 17 00:00:00 2001 From: Gelson Wolowski Gonçalves Date: Sat, 23 Oct 2021 13:42:16 -0300 Subject: Update index.html (#2817) --- files/pt-br/learn/javascript/first_steps/variables/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'files/pt-br') diff --git a/files/pt-br/learn/javascript/first_steps/variables/index.html b/files/pt-br/learn/javascript/first_steps/variables/index.html index 73cef40bcd..4cdaa73045 100644 --- a/files/pt-br/learn/javascript/first_steps/variables/index.html +++ b/files/pt-br/learn/javascript/first_steps/variables/index.html @@ -271,7 +271,7 @@ meuNumeroArray[2]; // deve retornar 40
var cachorro = { nome : 'Totó', raca : 'Dálmata' };
-

Para obeter a informação armazenada no objeto, você pode usar a seguinte sintaxe:

+

Para obter a informação armazenada no objeto, você pode usar a seguinte sintaxe:

cachorro.nome
-- cgit v1.2.3-54-g00ecf