js list pf objects

Solutions on MaxInterview for js list pf objects by the best coders in the world

showing results for - "js list pf objects"
Joachim
18 Oct 2020
1var list = [
2    { date: '12/1/2011', reading: 3, id: 20055 },
3    { date: '13/1/2011', reading: 5, id: 20053 },
4    { date: '14/1/2011', reading: 6, id: 45652 }
5];