Experimental: This is an experimental technology
Check the Browser compatibility table carefully before using this in production.
The every()
method of Iterator
instances is similar to Array.prototype.every()
: it tests whether all elements produced by the iterator pass the test implemented by the provided function. It returns a boolean value.