| Properties of Object(5) | |
| __proto__ object undefined | |
| foo string cat | |
| Properties of array | |
| __proto__ object undefined | |
| 0 string red | |
| 1 string green | |
| 2 string blue | |
| length number 3 | |
| Properties of Bound function | |
| __proto__ function undefined | |
| arguments | |
| caller | |
| length number 0 | |
| name string Number | |