PATH: //proc/self/root/proc/self/root/lib/node_modules/npm/node_modules/concat-map/example
FILE_BARU
CREATE
FOLDER_BARU
MKDIR
UPLOAD_FILE
GO
[ .. KEMBALI ]
📄 map.js
↓
X
SAVING...
BERHASIL DIUBAH!
EDITING: map.js
var concatMap = require('../'); var xs = [ 1, 2, 3, 4, 5, 6 ]; var ys = concatMap(xs, function (x) { return x % 2 ? [ x - 0.1, x, x + 0.1 ] : []; }); console.dir(ys);
SIMPAN PERUBAHAN