When can we use console.log() to display the value of a variable?
console.log()
We can only use console.log() to display the content of a variable after we create it.