This is really simple but I don’t know how and I really need a quick answer.
So here’s my output.
[[[‘Dannish’,’24’],[‘Enterprise’,’34’]]]
And I want it to become
[[[‘Dannish’,24],[‘Enterprise’,34]]]
Or just simply remove the quote from the numbers. And keep the numbers.
Thanks for any help.
1 Answer