Replace values in array based on lookup table – javascript
I have a long array which has shorthand ID's which I want to replace with the full values from a lookup Here's the original array const original = [ [ '18', 'v'], [ '20', 'aev'], [ '22', 'v'], [ '23',…