function initializer(lights) { // Set the strand to full brightness for (let i=0; i<100; i++) { lights[i].a = 1; } // Return our update function return update; }