« Return to Thread: Re: Section 13.2: Rationale for "caller", "arguments" restriction
by Mark S. Miller-2 :: Rate this Message:
Reply to Author | View in Thread
function laundry(obj, verb, args) { "use strict"; return obj[verb].apply(obj, args); }