What's with variable names starting with "#" as first character?
If you are referring to class members in the JavaScript then those are private fields[1]
[1] https://developer.mozilla.org/en-US/docs/Web/JavaScript/Refe...
That's just markdown headers. Some people like to include # as part of the header aesthetic
If you are referring to class members in the JavaScript then those are private fields[1]
[1] https://developer.mozilla.org/en-US/docs/Web/JavaScript/Refe...