Need Help smallest-common-multiple

Hello, i need to scan an multiple array and if i find a value false, it return me false.
On the contrary, if no false is found, it return me true.

[ [true, 1], [true, 2], [true, 3] ]; // give me true
[ [false, 1], [true, 2], [false, 3] ]; // give me false

https://www.w3schools.com/jsref/jsref_every.asp