Content
Playground write me a javascript function that counts all negative numbers in an array function countNegatives(arr) let count 0; for (let i O; i arr.length; i) if (arri 0) count; return count;
HTTP 418: I'm a teapot
The server identifies as a teapot now and is on a tea break, brb
HTTP 418: I'm a teapot
The server identifies as a teapot now and is on a tea break, brb
Playground write me a javascript function that counts all negative numbers in an array function countNegatives(arr) let count 0; for (let i O; i arr.length; i) if (arri 0) count; return count;