To see how the variable changes, let's display friends in the console.
friends
Make sure to pick console.log followed by ( and then friends, ), ;.
console.log
(
)
;