Mixed Messages: I love that band

This is my first Project I’m sharing on the forums, grateful for any feedback!

  • Your review of the Project. Was it easy, difficult, just right? - It was easier than I expected, I felt a little intimidated at first.
  • An estimate of how long it took you to complete - I’d say about half an hour, 40 minutes - a chunk of that was changing my idea after re-reading the project description.
  • The link to your code repo: GitHub - chloebishop123/quote_generator: "I love that band" quote generator

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"], }
1 Like