Let's schedule the first class by joining the first element of classes, a colon ": ", and the first element of times.
classes
": "
times
Make sure to pick classes[0], followed by + ": " +, and finally times[0].
classes[0]
+ ": " +
times[0]