array-indices.html:24
Object
  1. 42: Array (4)
    1. 02
    2. 13
    3. 24
    4. 323
    5. Array Prototype
  2. m: Map (3)
    1. key0
    2. value"Zoidberg"
    3. key1
    4. value"Zoidberg"
    5. key2
    6. value"Zoidberg"
    7. Map Prototype
  3. obj2: Object
    1. emptyObj: {}
    2. Object Prototype
  4. property: "Zoidberg"
  5. s: Set (3)
    1. "foo"
    2. "bar"
    3. "baz"
    4. Set Prototype
  6. Object Prototype
    1. __defineGetter__(propertyName, getterFunction)
    2. __defineSetter__(propertyName, setterFunction)
    3. __lookupGetter__(propertyName)
    4. __lookupSetter__(propertyName)
    5. constructor: function()
    6. hasOwnProperty(propertyName)
    7. isPrototypeOf(property)
    8. propertyIsEnumerable(propertyName)
    9. toLocaleString()
    10. toString()
    11. valueOf()
array-indices.html:25
Array (4)
  1. 02
  2. 13
  3. 24
  4. 323
  5. Array Prototype
    1. concat(value, ...)
    2. constructor: function()
    3. entries()
    4. every(callback, [thisArg])
    5. fill(value, [startIndex=0], [endIndex=length])
    6. filter(callback, [thisArg])
    7. find(callback, [thisArg])
    8. findIndex(callback, [thisArg])
    9. forEach(callback, [thisArg])
    10. includes(searchValue, [startIndex=0])
    11. indexOf(searchValue, [startIndex=0])
    12. join([separator=","])
    13. keys()
    14. lastIndexOf(searchValue, [startIndex=length])
    15. length: 0
    16. map(callback, [thisArg])
    17. pop()
    18. push(value, ...)
    19. reduce(callback, [initialValue])
    20. reduceRight(callback, [initialValue])
    21. reverse()
    22. shift()
    23. slice([startIndex=0], [endIndex=length])
    24. some(callback, [thisArg])
    25. sort([compareFunction])
    26. splice(startIndex, [deleteCount=0], ...itemsToAdd)
    27. toLocaleString()
    28. toString()
    29. unshift()
    30. values()
    31. Symbol(Symbol.iterator)()
    32. Symbol(Symbol.unscopables): {copyWithin: true, entries: true, fill: true, find: true, findIndex: true, …}
    33. Object Prototype
array-indices.html:26
Set (3)
  1. "foo"
  2. "bar"
  3. "baz"
  4. Set Prototype
    1. add(value)
    2. clear()
    3. constructor: function()
    4. delete(value)
    5. entries()
    6. forEach(callback, [thisArg])
    7. has(value)
    8. keys()
    9. size
    10. values()
    11. Symbol(Symbol.iterator)()
    12. Object Prototype
array-indices.html:27
Map (3)
  1. key0
  2. value"Zoidberg"
  3. key1
  4. value"Zoidberg"
  5. key2
  6. value"Zoidberg"
  7. Map Prototype
    1. clear()
    2. constructor: function()
    3. delete(key)
    4. entries()
    5. forEach(callback, [thisArg])
    6. get(key)
    7. has(key)
    8. keys()
    9. set(key, value)
    10. size
    11. values()
    12. Symbol(Symbol.iterator)()
    13. Object Prototype