Inspector V2.21   Read me   Turkish

  Objects     Properties
  • Menu Chap4
  • Chap4Chap4
    Menu
    Object
  • s: "Small is beautiful"
  • d: Tue Jun 24 2025 02:04:15 GMT+0000 (Coordinated ...
  • a: [0,11,22,abc]
  • c: Object
  • window: Window
  • JOURNAL: [Entry 3,[object Entry] 5,[objec...
  • EVENTS: Set
  • Menu
  • Object
Methods sort
  • Chap4Chap4
    Menu
    Object
  • analyze
  • correlation
  • max
  • pointOnCircle
  • tableFor
  • toString
  • Menu
  • allKeysIn
  • allValuesOf
  • deepEqual
  • Object
[object Menu] Chap4 — 7 properties and 9 methods


_ $ f

class Entry {
constructor(evt, sq) {
this.events = evt; this.squirrel = sq
}
toString() {
let s = this.events.length;
if (this.squirrel) s += " ✘";
return "[object Entry] " + s
}
}