Skip to content
New issue

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

implement .includes() #15

Closed
TitanNano opened this issue Dec 1, 2020 · 0 comments · Fixed by #20
Closed

implement .includes() #15

TitanNano opened this issue Dec 1, 2020 · 0 comments · Fixed by #20
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@TitanNano
Copy link
Contributor

The .includes(...) method is a convenient shorthand for .some(item => item === thing). The method should follow the ECMAScript spec, as described on mdn.

@TitanNano TitanNano added enhancement New feature or request help wanted Extra attention is needed labels Dec 1, 2020
TitanNano pushed a commit that referenced this issue Jan 12, 2021
* Add `includes` method.

* linting

Co-authored-by: thooijenga <thooijenga@snelstart.nl>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant