Skip to content
Subhajit Sahu edited this page Jun 11, 2020 · 15 revisions

Checks if all values satisfy a test. 🏃 📼 📦 🌔 📒

object.every(x, fn, [ths]);
// x:   an object
// fn:  test function (v, k, x)
// ths: this argument
Clone this wiki locally