How can I rewrite the console.log rules using the following variables.
let blocksGehaald = ["Iron Man", "Pitch Perfect", "One of a Kind"]
let cleGehaald = true
let favoriteBlock = 0
console.log(`Mijn favoriete block is Iron Man!`)
console.log(`Ik heb 3 building blocks gehaald!`)
I tried to make a new variable
let a = Iron man
console.log('Mijn favoriete block is ${a} !')
I don't get an error but it's not the right answer according to my teacher, I have to use something else