const a = Symbol("id"); const b = Symbol("id"); console.log(a === b, a.description === b.description);