Hacker News new | ask | show | jobs
by Benvie 4487 days ago
All iterable objects (Arrays, Strings, TypedArrays, Maps, and Sets) come with the same set of iterator-creating methods (keys, values, entries).
1 comments

This is the most important point; it is totally consistent.