Is there's a way to insert a dynamic value between dots of .map?
const DYNAMIC = red;
for example cars.color.DYNAMIC.map(car=> car)?
Thanks!
Is there's a way to insert a dynamic value between dots of .map?
const DYNAMIC = red;
for example cars.color.DYNAMIC.map(car=> car)?
Thanks!