Commit 5c045e3
authored
Update JavaScript for...in syntax block (#5079)
Add missing angled brackets (`{ }`) missing from `for...in` syntax example.
Adjust HTML formatting in line with `for...of` syntax.
https://github.com/mdn/content/blob/f9d710480812705f184665a3bd42de55e9ab098f/files/en-us/web/javascript/reference/statements/for...of/index.html#L27-L301 parent 1c8fe99 commit 5c045e3
File tree
1 file changed
+4
-2
lines changed- files/en-us/web/javascript/reference/statements/for...in
1 file changed
+4
-2
lines changedLines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
23 | | - | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
24 | 26 | | |
25 | 27 | | |
26 | 28 | | |
| |||
0 commit comments