Y
Hacker News
new
|
ask
|
show
|
jobs
by
xlm1717
3896 days ago
I wonder what performance gains/losses you would experience if you had the comment
outside
the function block, before the function declaration.
1 comments
STRML
3896 days ago
Exactly, if the comment were outside the function, there would be no issue.
link
WorldWideWayne
3895 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