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

Array.every() doubt #1026

Closed
u0024window opened this Issue Nov 8, 2017 · 1 comment

Comments

Projects
None yet
3 participants
@u0024window

u0024window commented Nov 8, 2017

[].every(item=>item>0) //true
why true ,
why is not "false",
"false" is good for using

@ljharb

This comment has been minimized.

Show comment
Hide comment
@ljharb

ljharb Nov 8, 2017

Member

StackOverflow may be helpful here: https://stackoverflow.com/a/34137289/632724

Either way, this is a question that's more appropriate for other venues.

Member

ljharb commented Nov 8, 2017

StackOverflow may be helpful here: https://stackoverflow.com/a/34137289/632724

Either way, this is a question that's more appropriate for other venues.

@ljharb ljharb closed this Nov 8, 2017

@littledan littledan added the question label Nov 8, 2017

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment