main
Last change
on this file was d565449, checked in by stefan toskovski <stefantoska84@…>, 4 weeks ago |
Update repo after prototype presentation
|
-
Property mode
set to
100644
|
File size:
251 bytes
|
Rev | Line | |
---|
[d565449] | 1 | 'use strict';
|
---|
| 2 |
|
---|
| 3 | /* eslint-env browser */
|
---|
| 4 | var inspect = require('../');
|
---|
| 5 |
|
---|
| 6 | var d = document.createElement('div');
|
---|
| 7 | d.setAttribute('id', 'beep');
|
---|
| 8 | d.innerHTML = '<b>wooo</b><i>iiiii</i>';
|
---|
| 9 |
|
---|
| 10 | console.log(inspect([d, { a: 3, b: 4, c: [5, 6, [7, [8, [9]]]] }]));
|
---|
Note:
See
TracBrowser
for help on using the repository browser.