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.
"Posts:" + "13"
label
Make sure to assemble "Posts:" + "13"; and label.
"Posts:" + "13";