MMatthew Dean Martin @mistersql · Jun 24, 2016 twitterfor(i=0;i<2;i++){for(j=0;j<3;j++){console.log(["water","kan"][i] + ["scrum","ban","fall"][j])}}