Skip to content

Commit a51dfee

Browse files
author
James Allardice
committed
Update list
1 parent fae629b commit a51dfee

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ the filename of the new article next to it.
6565
- `function-constructor.md` - ~~The Function constructor is eval~~
6666
- `function-in-loop.md` - ~~Don't make functions within a loop~~
6767
- `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'~~
6969
- Expected an identifier in an assignment and instead saw a function invocation
7070
- `implied-eval.md` - ~~Implied eval is evil. Pass a function instead of a
7171
string~~
@@ -293,7 +293,7 @@ the filename of the new article next to it.
293293
- Unexpected comma
294294
- Expected a string and instead saw {a}
295295
- 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"~~
297297
- `unused-var.md` - ~~'{a}' is defined but never used~~
298298
- This character may get silently deleted by one or more browsers
299299
- The '{a}' property is deprecated
@@ -376,7 +376,7 @@ the filename of the new article next to it.
376376
- `trailing-decimal.md` - ~~A trailing decimal point can be confused with a
377377
dot~~
378378
- '{{name}}' is a function
379-
- Use the function form of "use strict"
379+
- `function-strict.md` - ~~Use the function form of "use strict"~~
380380
- `implied-eval.md` - ~~Implied eval. Consider passing a function instead of a
381381
string~~
382382
- Reserved name '__iterator__'

0 commit comments

Comments
 (0)