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
In the codepen, for the choice "find items", "one item", "the last index of a particular item" the example is using indexOf instead of lastIndexOf.
indexOf
lastIndexOf
The text was updated successfully, but these errors were encountered:
thanks, this is already fixed, I have a couple more PRs to merge and then I'll update the codepen :)
Sorry, something went wrong.
oh ok, cool!
leaving this open until the codepen is all set, just to remind myself :)
Codepen updated :)
No branches or pull requests
In the codepen, for the choice "find items", "one item", "the last index of a particular item" the example is using
indexOf
instead oflastIndexOf
.The text was updated successfully, but these errors were encountered: