Challenges:

Add the [array] "graveyardTimes" to the [array] "graveyardSongs" and then to the [array] graveyard, and then add the combined [array] to allDogsAlbums using push(), splice() and either a for or for... of loop. Then print to the browser only the songs contained on that album as a horizontal list:

See the Pen gOwYjQL by Justin Sawyer (@JustinSawyer) on CodePen.


Create a noughts and crosses grid and game using a while loop:

See the Pen noughts and crosses by Justin Sawyer (@JustinSawyer) on CodePen.