joecodes 7 years ago JavaScript Foreach No Break I was surprised to learn that foreach in JavaScript does not have a traditional break. The loop will run to completion. RelatedSmarty StripOctober 30, 2008In "Programming" Progressive Enhancement » « Keychain Password Search Categories: Quick Thoughts Tags: JavaScript joecodes: Leave a Comment Related Post Combination Sum Fun Who knew that combination sums across all permutation lengths of an array would be so… Chrome Forms Slow Working on a new project that can have hundreds of forms on a page. The…