Y
Hacker News
new
|
ask
|
show
|
jobs
by
STRML
3898 days ago
Exactly, if the comment were outside the function, there would be no issue.
1 comments
WorldWideWayne
3897 days ago
If the function is nested within another function, then the comments to document the inner function are going to exist inside the outer function. And having nested functions is a very common scenario in JS.
link