in my javascript, i have an Array of Calendar objects. Each Calendar objects has an array of CalendarEvent objects Each CalendarEvent object has a property Date, Name. i want to check, give a date, ...
Is it possible to create an array collection in JavaScript? If so, how can I do that? If I have some data : 1- 5 for example.
I solved using a json object in which i store the elements and their position. Now i can easily change the element values:
myJsonObject = {el:[pos: 1, el: element1], el2:[pos: 2, el: ...