📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-06-28 19:07:19
📂
/ (Root)
/
home
/
orkouolp
/
nodevenv
/
node_js
/
testing.orkobd
/
14
/
lib
/
node_modules
/
object-inspect
/
example
📍 /home/orkouolp/nodevenv/node_js/testing.orkobd/14/lib/node_modules/object-inspect/example
🔄 Refresh
✏️
Editing: inspect.js
Writable
'use strict'; /* eslint-env browser */ var inspect = require('../'); var d = document.createElement('div'); d.setAttribute('id', 'beep'); d.innerHTML = '<b>wooo</b><i>iiiii</i>'; console.log(inspect([d, { a: 3, b: 4, c: [5, 6, [7, [8, [9]]]] }]));
💾 Save Changes
❌ Cancel