On 5/14/15, Emanuel Allen <[email protected]> wrote: > Surprise that I can't do arr1.forEeach(arr2.push); >
Check that line more carefully. > Will throw an error. > > Using bind as: > > push = arr2.bind(push); Arrays don't have a bind method. -- Garrett @xkit ChordCycles.com garretts.github.io personx.tumblr.com _______________________________________________ es-discuss mailing list [email protected] https://mail.mozilla.org/listinfo/es-discuss

