0
votes
Hidden Features of JavaScript?
As Marius already pointed, you can have public static variables in functions.
I usually use them to create functions that are executed only once, or to cache some complex calculation resul …
