PDF for Create Task - github link cuts off list

https://bakerfranke.github.io/codePrint/
This link is from Unit 9.

The var cityList is cut off and will not show all the elements in the lists.
AR APCSP.pdf (332.1 KB)

Try having the student wrap the list on two lines?

cityList = [“Minneapolis”, “Denver”, “Bethesda”,
“Atlanta”, “Jackson”, … , “Dallas”];

That worked, thank you!