Array.js 61 Bytes
Newer Older
Justin Woo's avatar
Justin Woo committed
1 2 3 4
function _push(a, i) {
  a.push(i);
}
exports._push = _push;