I have an array [ [ 'QUARTER', 0.25 ], [ 'QUARTER', 0.25 ] , ['PENNY' , 0.01] ]
How can I change this to [ [ 'QUARTER', 0.50 ], ['PENNY' , 0.01] ]
I feel like this is a lot more simple than I’m making it out to be. I’m not looking for a literal answer, just point me in the right direction. Thanks in advance.