P.idade=22; P["idade"]=22
function pessoa(nome,idade) {this.nome=nome; this.idade=idade}
P = new pessoa("Miguel",35)