Hi is there any way to use a dynamic value in .map()
of javascript function which is coming from outside?
Example:
data.map(item=> item."dynamic");
How to do this? or is it possible at all?
I want to do this because, I want to use this map not for a single value like item.name
but dynamically.