User-719153870 posted
Hi Josh,
I am now considering if my list of objects variables could be used in the JavaScript.
Yes, you can use objects list in JS, you can refer to creating list of objects in Javascript.
In that link, you can see how to create a list in JS:
var list = [
{ date: '12/1/2011', reading: 3, id: 20055 },
{ date: '13/1/2011', reading: 5, id: 20053 },
{ date: '14/1/2011', reading: 6, id: 45652 }
];
As for the other thing you mentioned in your posts, the description is very confusing. We can't tell what you are trying to achieve so that the community could not help.
If there's any other problem, please open new threads and provide more detailed description and related code if needed.
Best Regard,
Yang Shen