Since expressions become values, we can give them to variables just like values.

Store the expression "Posts:" + "13" in the variable label and display it in the console.

Make sure to assemble "Posts:" + "13"; and label.