A friend wrote some code for me, and there was one file with a weird syntax error in it. After a bit of hunting, I narrowed it down to this section of code, which should rep
You have misspelled the "function" :)
var say = function(message){ alert(message); return message; }; say(say("Goodbye!"));
You have inserted functіon :)
functіon