Skip to content

Commit 75a979c

Browse files
authored
Исправляет отображение таблицы (#5632)
1 parent ce7c1c2 commit 75a979c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

js/console-log/practice/vitalybaev.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@ const data = [
2929
]
3030

3131
console.table(data)
32-
// ┌─────────┬─────────────────────┐
32+
// ┌─────────┬───────────────┬────────┐
3333
// │ (index) │ section │ count │
34-
// ├─────────┼─────────────────────┤
34+
// ├─────────┼───────────────┼────────┤
3535
// │ 0 │ 'HTML' │ 212 │
3636
// │ 1 │ 'CSS' │ 121 │
3737
// │ 2 │ 'JavaScript' │ 182 │
3838
// │ 3 │ 'Tools' │ 211 │
39-
// └─────────┴─────────────────────┘
39+
// └─────────┴───────────────┴────────┘
4040
```

0 commit comments

Comments
 (0)