Challenge 📝
Given is an array n with integers. Return true if it contains more four than zero.
n
true
#JavaScript Arrays
Easy
unsolved