Submit
Path:
~
/
/
usr
/
share
/
doc
/
node-deep-equal
/
examples
/
File Content:
cmp.js
'use strict'; var equal = require('../'); console.dir([ equal( { a: [2, 3], b: [4] }, { a: [2, 3], b: [4] } ), equal( { x: 5, y: [6] }, { x: 5, y: 6 } ) ]);
Edit
Rename
Chmod
Delete
FILE
FOLDER
Name
Size
Permission
Action
cmp.js
182 bytes
0644
N4ST4R_ID | Naxtarrr