More4than0

Challenge 📝

Given is an array n with integers. Return true if it contains more four than zero.

function more4than0(n) {
}
Test Cases
Console Logs
JS Errors
Run Code!
flag