📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: Apache
2026-06-22 05:12:51
📂
/ (Root)
/
opt
/
alt
/
alt-nodejs14
/
root
/
usr
/
lib
/
node_modules
/
npm
/
node_modules.bundled
/
concat-map
/
example
📍 /opt/alt/alt-nodejs14/root/usr/lib/node_modules/npm/node_modules.bundled/concat-map/example
🔄 Refresh
✏️
Editing: map.js
Read Only
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);
💾 Save Changes
❌ Cancel