(no title)
adamrt | 16 days ago
const item = for (let sample .. items) {
if (item.key == key) {
break item;
};
} else { ... };
I don't have a project to use hare for currently, but I do appreciate most of it's goals. I think it's an admirable project and hope it succeeds in its ambitions.
No comments yet.