I'm trying to change the value of a property in a JavaScript object, but in object creation literally, not constructor.
var cliente = {
nome: "Wesley",
idade: 20,
cargo: "Front End",
setAtualiza : functiion(n, i, c){
thi...
asked by
13.04.2015 / 19:50