You are viewing a single comment's thread. Return to all comments →
function greeting(parameterVariable) { console.log("Hello World"); console.log(${parameterVariable}); }
${parameterVariable}
Seems like cookies are disabled on this browser, please enable them to open this website
Day 0: Hello, World!
You are viewing a single comment's thread. Return to all comments →
function greeting(parameterVariable) { console.log("Hello World"); console.log(
${parameterVariable}
); }