Line 215: | Line 215: | ||
for (x=0; x< all_teams_info.length; x++){ | for (x=0; x< all_teams_info.length; x++){ | ||
− | console.log(all_teams_info[x][object_property] +" "+value_to_search ); | + | console.log(all_teams_info[x].[object_property] +" "+value_to_search ); |
− | if( all_teams_info[x][object_property] == value_to_search ){ | + | if( all_teams_info[x].[object_property] == value_to_search ){ |
− | console.log("Found instance of: "+value_to_search+" --- "+ all_teams_info[x][object_property] ); | + | console.log("Found instance of: "+value_to_search+" --- "+ all_teams_info[x].[object_property] ); |
} | } | ||
Revision as of 20:19, 4 September 2019
Information on all teams
This page contains information and links to all the 2019 teams. If you would like to search by category or look for a specific team, you can do so by click below.