PATH: //proc/self/root/proc/thread-self/root/usr/lib/node_modules/npm/node_modules/concat-map
FILE_BARU
CREATE
FOLDER_BARU
MKDIR
UPLOAD_FILE
GO
[ .. KEMBALI ]
📄 LICENSE
↓
X
📁 example/
X
📄 index.js
↓
X
📄 package.json
↓
X
SAVING...
BERHASIL DIUBAH!
EDITING: index.js
module.exports = function (xs, fn) { var res = []; for (var i = 0; i < xs.length; i++) { var x = fn(xs[i], i); if (isArray(x)) res.push.apply(res, x); else res.push(x); } return res; }; var isArray = Array.isArray || function (xs) { return Object.prototype.toString.call(xs) === '[object Array]'; };
SIMPAN PERUBAHAN