A user asked two similar questions in quick succession:
Are method declarations (not definitions) possible in JavaScript?
Is it possible to foward declare a function or method in Javascript?
The first one has an accepted answer already but the second one has better answers (IMO). Are there any guidelines I should use to make decisions in situations like this? I'm currently thinking about voting to close the first one.