some-sin-variable

const array = [1, 3, 3, 4, 5];
console.log(array.some(data => data %2));
// expected output: true