If the song's already on the playlist, let the user know by printing "Already included!".

Nice one! The user sees this because included is true.

Make sure to assemble console.log("Already included!"); in your code.