I like the topic. Nice to see some bands a baby boomer knows!
I have seen an example where a single object was used to store the different parts of the message and then looping through the different parts of the propertys of the object to generate the message.
const thatBand = {
bands: ["The Stone Roses", "Nirvana", "Arctic Monkeys", "The Cure", "Foo Fighters", "Motorhead", "Paramore", "Talking Heads", "Green Day", "Tame Impala", "The White Stripes", "Radiohead", "Rage Against the Machine", "The Smiths", "Joy Division", "The Clash", "The Strokes"],
singers: ["Kurt Cobain", "Ian Brown", "Alex Turner", "Robert Smith", "Hayley Williams", "Dave Grohl", "David Byrne", "Billie Joe Armstrong", "Kevin Parker", "Jack White", "Thom Yorke", "Zack de la Rocha", "Morrissey", "Ian Curtis", "Joe Strummer", "Julian Casablancas"];
songs: ["Fools Gold", "Brick by Boring Brick", "Teddy Picker", "A Forest", "Everlong", "Ace of Spades", "Psycho Killer", "Elephant", "Seven Nation Army", "Creep", "Killing in the Name", "This Charming Man", "Love Will Tear Us Apart", "Rock the Casbah", "Last Nite"],
}