Array.js 73 Bytes EditWeb IDE 1 2 3 4 function _push(a, i) { a.push(i); } module.exports={ _push: _push };