I got stuck in this Accessing Objects Properties with Variables exercise, Can somebody please explain me what to do, thanks.
var testObj = {
12: "Namath",
16: "Montana",
19: "Unitas"
};
// Only change code below this line;
var playerNumber ; // Change this Line
var player = testObj; // Change this Line