Skip to content

intersection

Subhajit Sahu edited this page Jun 11, 2020 · 13 revisions

Gives entries present in both objects. 🏃 📼 📦 🌔 📒

object.intersection(x, y, [fn]);
// x:  an object
// y:  another object
// fn: combine function (a, b)
Clone this wiki locally