I just can't find the error on this:
function printUppercaseMessage (message) { console.log(message.toUpperCase()); }
myMessage = I'm on a path to becoming a JS developer!;
printUppercaseMessage(myMessage);
Tobias7 you've removed 3 characters instead of changing one. To restart the task, you should delete the task folder and download the tasks again.
The problem is in this line: