Skip to content
This repository has been archived by the owner on Aug 21, 2023. It is now read-only.

Empty arrays returns true when compared to a non-empty array. #11

Open
adebayo-maborukoje opened this issue Aug 7, 2019 · 0 comments
Open

Comments

@adebayo-maborukoje
Copy link

adebayo-maborukoje commented Aug 7, 2019

let superset = {
shoes: [41, 42] 
}

let subset = {
shoes: []
}
isSubset(superset, subset)

I think this should return false.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant