Did you know you can also have an array of objects? We've created one for you here. Loop through the array, and for each object, console.log() the following sentence:
"Hi, my name is {firstName} {lastName}. I am {age} years old, and work as a {occupation}."
Ignore the brackets. They're just there to let you know a word should be replaced with something else. The sentence you log should look like this:
"Hi, my name is Virginia Woolf. I am 59 years old, and work as a writer."