Can you have this with an array of objects, can you use the or operator?
const scaleData = [
{min: 0.01 || 0.1, color: 'pink'}
]
Blancer.com Tutorials and projects
Freelance Projects, Design and Programming Tutorials
Can you have this with an array of objects, can you use the or operator?
const scaleData = [
{min: 0.01 || 0.1, color: 'pink'}
]