Line 9:
Line 9:
var wagonSelection = this.classList[0];
var wagonSelection = this.classList[0];
alert("You selected " + wagonSelection);
alert("You selected " + wagonSelection);
+
console.log(wagonSelection);
return wagonSelection;
return wagonSelection;
});
});