|
|
|
|
|
by iamleppert
3627 days ago
|
|
There's nothing preventing you from defining your private variable, method, whatever within the same scope as your prototype method. That could mean (for commonJS anyways) the same file. As long as you don't export those, they are effectively private. |
|