seantrant
5/18/2018 - 12:00 PM

I'll give description when think stright

map filter foreach

            cfg.stationSettings.station.map( s =>
            {
              res.forEach( (station) =>
              {
                if(station.station.includes(s) )
                {
                  this.stationNames.push( station.stationName )
                }
              })
            })