| http://www.w3.org/ns/prov#value | - where enemies is an array and you want to know if all enemies satisfy the condition. every() terminates upon the first falsy return value, so you do not need a collector or status var like you would if you tried to use .forEach(), and you can bail-out early, which is much faster in practice.
|