Hacker News new | ask | show | jobs
by bryanrasmussen 1588 days ago
I thought the original statement was break or continue, I was actually focusing on break? As far as I know you don't break in map, you can return null but not break the loop itself.

on edit: although I almost never break in a loop, I use some other construct instead.

on second edit: maybe I should say iteration instead of loop but will let it stand.

1 comments

It's not clear to me what you're trying to achieve. Sorry.