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

Update isArrayLike docs to exclude document.all #5617

Closed
wants to merge 1 commit into from

Conversation

102
Copy link
Contributor

@102 102 commented Mar 16, 2023

Without this addition to docs, isArrayLike(document.all) should return true instead of false, since it is not a function, with value.length >= 0

Without this addition to docs, `isArrayLike(document.all)` should return `true`
instead of `false`, since it is not a function, with `value.length >= 0`
@jdalton jdalton closed this Sep 16, 2023
@jdalton jdalton added the issue bankruptcy Closing the issue/PR to start fresh label Sep 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
issue bankruptcy Closing the issue/PR to start fresh
Development

Successfully merging this pull request may close these issues.

None yet

2 participants