Name: Anonymous 2020-08-01 7:56
Powerful and useful in in theory, but made unbearable by the fanbase to the point that nobody is taking it seriously.
var obj = {}
obj[Symbol.noSuchMethod] = function(name) {
return 'hax my ' + name;
}
obj.anus(); // 'hax my anus'