michael@0: function concat(v, index, array) {} michael@0: var strings = ['hello', 'Array', 'WORLD']; michael@0: try { michael@0: strings.forEach(); michael@0: } catch(e) { michael@0: strings.forEach(concat); michael@0: }