var a = [ 1, 5, 7 ]; alert( Done.apply( [], a ) ); function Done(){ return this.slice.call( arguments ); };