Skip to content

concat$

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

Combines entries from objects, preferring last. 🏃 📼 📦 🌔 📒

object.concat$(x, ...ys);
// x:  an object (updated)
// ys: other objects
// --> x
Clone this wiki locally