How can I add a variable to console.log? January 3, 2023 by Tarik Then use + to combine strings: console.log("story " + name + " story");