Tell us what’s happening:
Error: telling me that I should call the printMessage function and pass to “freeCodeCamp”.
my code:
const printMessage =(org) => {
(messing code)
console.log(${org} is awesome!
);
}
Your code so far
<!-- file: index.html -->
/* file: styles.css */
/* file: script.js */
// User Editable Region
const printMessage = (org) => {
function () = "freeCodeCamp";
console.log(`${org} is awesome!`);
}
// User Editable Region
Your browser information:
User Agent is: Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36
Challenge Information:
Learn Basic String and Array Methods by Building a Music Player - Step 13
const printMessage = (org) => {
function () = "freeCodeCamp";
console.log(`${org} is awesome!`);
}