fork download
  1. riruru = { wife: undefined, ebet: new Set() }
  2. blin = { wife: riruru, /* ... */ }
  3.  
  4. console.log(riruru.ebet.has(riruru.wife));
Success #stdin #stdout 0.04s 122240KB
stdin
Standard input is empty
stdout
false