const name = "Ike Barranco";
let occupation = "Full Stack Developer";
let experienceLevel = "Entry Level";
const message = `Hello, I'm ${name}! I'm a ${experienceLevel} ${occupation}`;
console.log(message);
mouse icon from https://www.flaticon.com

Icon from https://www.flaticon.com

Ikemous