meth = "name" obj.meth() #### > obj = { name : function () {return "called" } } Object { name: name() } > meth ="name" "name" > obj[meth]() "called"