Hello I am new to the JavaScript language.
I have a table1.data property that's an array of objects with data about a school like:
{ schoolName: "School 1", telephone: "123456", address: "1st street, 1st road" }
Can I perhaps get an array of the telephone values from all the objects using JS? Please help.