I need to setup a variable and use it to get an item from an array
var teamAbbr = "PHI";
var getItemArray = nflLiveStatsTeam.teamAbbr;
console.log(getItemArray); // log is unidentified
Using variable above gives me unidentified, but when i console.log below its fine
nflLiveStatsTeam.PHI // log give me the PHI array
I get the nflLiveStatsTeam.PHI array items