indexOf: fromIndex #81
Open
Labels
Comments
|
absolutely! it would be great if you could explain/show it in a way that didn't cloud newcomers understanding of indexOf. The other thing is updating the languages. We could either drop it into google translate or just leave it different, I'm open to either. I look forward to it! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I feel like
indexOf's optional second parameter:fromIndex, is an unsung hero.It has saved me many times from having to
slicean array before callingindexOf.Would you consider a PR with an example using
fromIndex?The text was updated successfully, but these errors were encountered: