We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Iterator/map
Return value
Throughout the article the term "iterator helper" is used for the returned iterator
The map method returns an iterator, not iterator helper.
map
The page hyperlinks "iterator helper" to https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Iterator#iterator_helpers, which defines "iterator helpers" as the set of methods on iterators, not the iterator itself. This is inconsistent.
A similar problem occurs on other pages on iterator helpers, like filter, drop, take,...etc.
filter
drop
take
en-us/web/javascript/reference/global_objects/iterator/map
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
MDN URL
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Iterator/map
What specific section or headline is this issue about?
Return value
What information was incorrect, unhelpful, or incomplete?
Throughout the article the term "iterator helper" is used for the returned iterator
What did you expect to see?
The
map
method returns an iterator, not iterator helper.Do you have any supporting links, references, or citations?
The page hyperlinks "iterator helper" to https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Iterator#iterator_helpers, which defines "iterator helpers" as the set of methods on iterators, not the iterator itself. This is inconsistent.
Do you have anything more you want to share?
A similar problem occurs on other pages on iterator helpers, like
filter
,drop
,take
,...etc.MDN metadata
Page report details
en-us/web/javascript/reference/global_objects/iterator/map
The text was updated successfully, but these errors were encountered: