Membuat fungsi yang tidak disebutkan namanya
var x = function(y) {
return y * y;
};
Outrageous Osprey
var x = function(y) {
return y * y;
};