Building a table from an array in React – Reactjs
I have an array stating salary of different sectors. I need to calculate and then create a table based on this . I'm really confused how to do it . Here is an example data const data=[ ['Euro','Tech'], ['USD','Tech'], ['GBX',…