Here is my object in a map function:
element: {2021-12-03: Array(12)}
How to I access the Array?
I’ve tried this:
element.date
But I get ‘undefined’
Blancer.com Tutorials and projects
Freelance Projects, Design and Programming Tutorials
Here is my object in a map function:
element: {2021-12-03: Array(12)}
How to I access the Array?
I’ve tried this:
element.date
But I get ‘undefined’