I've been away from javascript/jquery fro few years and now it feels like I can't find the simplest things. I have this object stations like:
var station = {
stationId;
stationName;
}
Now if I want an array of stations, can't I do like:
var stationList = new station [sizeofarray];
Looks like I can't and didnot find any straight forward answers on search.