Posts by Henrique • 27 points
3 posts
-
1
votes1
answer85
viewsQ: How to merge properties of Javascript objects
Personal I am starting with Vue and I am with a small difficulty. In the image below I have a table with some items Every time an item is chosen and increased the amount I need my addOptional…
-
0
votes2
answers62
viewsQ: Update item quantity in table
Guys I’m starting with Vue and I’m having a little difficulty. In the image below I have a table with some items and when I will increase the amount of the item Orange for example is increased all…
-
0
votes3
answers48
viewsQ: Verification of repeated information in array
I have two arrays as I would do in PHP to return in a third array only numbers that are not in the first and second array. Example: If I have the number 1 and 2 in the first array my third array…