📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-06-29 21:44:42
📂
/ (Root)
/
home
/
orkouolp
/
nodevenv
/
node_js
/
testing.orkobd
/
14
/
lib
/
node_modules
/
object-inspect
/
test
📍 /home/orkouolp/nodevenv/node_js/testing.orkobd/14/lib/node_modules/object-inspect/test
🔄 Refresh
✏️
Editing: undef.js
Writable
var test = require('tape'); var inspect = require('../'); var obj = { a: 1, b: [3, 4, undefined, null], c: undefined, d: null }; test('undef and null', function (t) { t.plan(1); t.equal( inspect(obj), '{ a: 1, b: [ 3, 4, undefined, null ], c: undefined, d: null }' ); });
💾 Save Changes
❌ Cancel