Closed MattIPv4 closed 4 years ago
Enforce explicit length comparison so that x.length > 0 is required, not just x.length. Resolves comment in https://github.com/cdnjs/new-website/pull/306#discussion_r347143596
x.length > 0
x.length
Enforce explicit length comparison so that
x.length > 0
is required, not justx.length
. Resolves comment in https://github.com/cdnjs/new-website/pull/306#discussion_r347143596