@@ -65,7 +65,7 @@ the filename of the new article next to it.
65
65
- ` function-constructor.md ` - ~~ The Function constructor is eval~~
66
66
- ` function-in-loop.md ` - ~~ Don't make functions within a loop~~
67
67
- ` invoked-declaration.md ` - ~~ Function statements are not invocable~~
68
- - Use the function form of 'use strict'
68
+ - `function-strict.md§ - ~~ Use the function form of 'use strict'~~
69
69
- Expected an identifier in an assignment and instead saw a function invocation
70
70
- ` implied-eval.md ` - ~~ Implied eval is evil. Pass a function instead of a
71
71
string~~
@@ -293,7 +293,7 @@ the filename of the new article next to it.
293
293
- Unexpected comma
294
294
- Expected a string and instead saw {a}
295
295
- The '{a}' key may produce unexpected results
296
- - Use the function form of "use strict"
296
+ - ` function-strict.md ` - ~~ Use the function form of "use strict"~~
297
297
- ` unused-var.md ` - ~~ '{a}' is defined but never used~~
298
298
- This character may get silently deleted by one or more browsers
299
299
- The '{a}' property is deprecated
@@ -376,7 +376,7 @@ the filename of the new article next to it.
376
376
- ` trailing-decimal.md ` - ~~ A trailing decimal point can be confused with a
377
377
dot~~
378
378
- '{{name}}' is a function
379
- - Use the function form of "use strict"
379
+ - ` function-strict.md ` - ~~ Use the function form of "use strict"~~
380
380
- ` implied-eval.md ` - ~~ Implied eval. Consider passing a function instead of a
381
381
string~~
382
382
- Reserved name '__ iterator__ '
0 commit comments