Posts by Carlos Nascimento • 53 points
2 posts
-
3
votes1
answer31
viewsQ: Exclusion of Object Id
I have the following object: objTeste = [ { "id": "03", "nome": "teste03", "pai": { "id": "02", "nome": "teste02", "pai": { "id": "01", "nome": "teste01" } } } ] I want to remove all the Ids of this…
javascriptasked Carlos Nascimento 53 -
2
votes3
answers141
viewsQ: Organize object in Javascript
I have the following object: objTeste = [ { "id": "03", "nome": "teste03", "pai": { "id": "02", "nome": "teste02", "pai": { "id": "01", "nome": "teste01" } } }, { "id": "02", "nome": "teste02",…
javascriptasked Carlos Nascimento 53