undefined says to OwO
/js var a = function(x) { return function(y) { return x+" is attacked by "+y; }} var b = a("@YamiOdymel".split(""). reverse().join("")); ["your mom", "his mom", "someone"].forEach(function (item) { console.log(b(item)); });