jamesallardice/jslint-error-explanations

Logic error in Move the invocation into the parens that contain the function

Closed this issue · 1 comments

The article is question: http://jslinterrors.com/move-the-invocation-into-the-parens-that-contain-the-function/

In this sentence in the second paragraph:

This error is raised to highlight a lack of convention. Your code will not run without error if you do not change it, but your code may be confusing to others.

Shouldn't that read:

This error is raised to highlight a lack of convention. Your code will not run without error if you do not change it, but your code may be confusing to others.

It is unclear about which error (jsHint or the JS interpreter) this 'without error' is referring too.

This is resolved in the new version of the site. Thanks for reporting it.