We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c63011d commit d0fb49cCopy full SHA for d0fb49c
source/release-notes/2.4.txt
@@ -912,9 +912,11 @@ function definitions
912
}
913
914
915
- The JavaScript code throws ``SyntaxError: In strict mode code, you
916
- may only declare functions at top level or immediately within
917
- another function.``
+ The JavaScript code throws the following syntax error:
+
+ .. code-block:: none
918
919
+ SyntaxError: In strict mode code, functions can only be declared at top level or immediately within another function.
920
921
String Generic Methods
922
^^^^^^^^^^^^^^^^^^^^^^
0 commit comments