Check if Any Value is Negative
Complete the function so that it returns
true if the array contains at least one negative number, and false otherwise. Use the Array.prototype.some method.Premium
JavaScript
Console