Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 666e11a commit 64bcc10Copy full SHA for 64bcc10
1 file changed
javascript/ql/src/Statements/UseOfReturnlessFunction.qhelp
@@ -4,10 +4,10 @@
4
<qhelp>
5
<overview>
6
<p>
7
-JavaScript functions that do not explicitly return a value will implicitly return
8
-<code>undefined</code>. Using the return value from a function that never
9
-explicitly return a value is not an error in itself, but it is a highly
10
-suspicious pattern indicating that some misunderstanding has occurred.
+JavaScript functions that do not return any value will implicitly return
+<code>undefined</code>. Using the implicit return value from such a function
+is not an error in itself, but it is a pattern indicating that some
+misunderstanding has occurred.
11
</p>
12
13
</overview>
0 commit comments