Difference between revisions of "Array.isFalse()"
Jump to navigation
Jump to search
Line 8: | Line 8: | ||
Checks if all the members in this array are true. | Checks if all the members in this array are true. | ||
− | Same as isfalse | + | Same as isfalse. |
isfalse is any false will returns the result as true.Otherwise false. | isfalse is any false will returns the result as true.Otherwise false. |
Revision as of 02:49, 16 April 2020
Array.isFalse()
Checks if all the members in this array are true.
Same as isfalse.
isfalse is any false will returns the result as true.Otherwise false.