console.log(My goals for this class are:
);
console.log(1. ${goal1}
);
console.log(2. ${goal2}
);
console.log(3. ${goal3}
);
console.log(
If I'm honest, I'm a little afraid that ${fear}, but I know if I ${strategy} I will succeed.
);
console.log(My goals for this class are:
);
console.log(1. ${goal1}
);
console.log(2. ${goal2}
);
console.log(3. ${goal3}
);
console.log(
If I'm honest, I'm a little afraid that ${fear}, but I know if I ${strategy} I will succeed.
);
I believe that you are missing the backticks in the console.log instruction ` and `