In JavaScript I have, for example, the object:
var meuCarro = {
fabricacao: "Ford",
modelo: "Mustang",
ano: 1969
};
And to access its contents, when I do not know the name of the attribute, I can access this way:
var atributo...
asked by
13.04.2018 / 16:08