Y
Hacker News
new
|
ask
|
show
|
jobs
by
z3t4
2712 days ago
Noob question: What does static mean in other languages? Is it basically Foo.prototype.bar !?
1 comments
drostie
2712 days ago
A static property is generally a global variable namespaced to the class, so Foo.bar.
link