undefined says to OwO/js var a = function(x) { return function(y) { return x+" is attacked by "+y; }} var b = a("someone with Yami in username"); ["your mom", "his mom", "someone"].forEach(function (item) { console.log(b(item)); });at Sun, Feb 26, 2017 10:04 PM