Posts by Bruno Guedes • 15 points
2 posts
-
-1
votes2
answers56
viewsQ: How do you determine how many people would have to receive extra pennies in a room
Good evening, folks, the story and the following: a command of value of 100 real, divided by 3 people would be 33.33333, using toFixed(2) and returns 33,33(and one of the objectives), but when you…
javascriptasked Bruno Guedes 15 -
-1
votes1
answer40
viewsQ: How to insert data from one array into another for object type
I have the array as follows: let arrTeste = [ [ '1', '10' ], [ '2', '30' ], [ '3', '40' ] ] How would it be to take the data from the sub array and turns to something like: let Obj={ { item:'1',…
javascriptasked Bruno Guedes 15