????
Current Path : C:/inetpub/vhost/qnquyhoach.nextform.vn/api/node_modules/deep-is/example/ |
Current File : C:/inetpub/vhost/qnquyhoach.nextform.vn/api/node_modules/deep-is/example/cmp.js |
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 } ) ]);