Periksa semua nilai dari kunci di objek JS
Object.values(obj).some(val => val !== false)
Sore Snake
Object.values(obj).some(val => val !== false)