Last updated 4 years ago
Was this helpful?
const smallEnough = (a, limit) => !a.some((e) => e > limit);