console.log("a word that starts with h")
console.log("something that has a lot of halos")
The code log "halo" and "a word that starts with h" because they are both words that start with the letter "h". The code log "something that has a lot of halos" because it has a lot of halos.
console.log("halo");