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