JavaScript Statement: static
[this page | pdf | back links]
In JavaScript,
the static statement is used
to define a method on a class itself,
rather than on any instances of the class.
NAVIGATION LINKS
Contents | Prev | Next | JavaScript Reserved Words