|
|
|
|
|
by lelandfe
483 days ago
|
|
As another borrowed convention, JS developers of yore (and likely some today still) used an _ prefix to denote “private” function/methods. Quotes as it’s just a convention - today JS supports # for actual private members in class syntax. |
|