How to judge multiple values under an array in js

clipboard.png

clipboard.png

I have an array here. I think the required in the array is all false and then the form is passed. I am now a judge here.
I want to sum up and pass all for false. How should I write it?

Mar.05,2021

let isOk = list.every(({ required }) => !required)

as long as one is true, do not pass

if(require == true){
console.log('')
break//
}
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3a7c5-2c246.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3a7c5-2c246.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?