We call adding together string values an expression because it creates a single string value.
Add the expression between the parentheses of console.log().
console.log()
Make sure to assemble "Followers:" + "55".
"Followers:" + "55"