From https://plainvanillaweb.com/pages/components.html I see this piece: if (!this.#span) What is that kind of magic syntax sugar?! A shorthand for document.getElementById?
No, the hash is a red herring. It's a way of signifying a private field on an object.
[1] https://developer.mozilla.org/en-US/docs/Web/JavaScript/Refe...