Posts by Alysson Bruno • 21 points
2 posts
-
1
votes3
answers81
viewsA: How to change a specific object into an object array?
You first need to "find" the Obert in your 'base', then you can change its age, see: const state = { books: [{name: "Maria", age:"22"},{name:"Roberto", age:20}] }; robertos =…
javascriptanswered Alysson Bruno 21 -
1
votes1
answer51
viewsA: Write to oracle without repeating name
pnet, You’re doing an Insert, so the registration will always increase anyway. See that when you get the XML data, in the last line, you bring a v_ID_REPRESENTANTE, but, just below, you go in the…