Skip to content

Commit

Permalink
Исправляет название метода (#5508)
Browse files Browse the repository at this point in the history
fix console`s method
  • Loading branch information
gavrilinvv authored Sep 20, 2024
1 parent 62e221e commit 9954481
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/array-splice/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const tasks = [
]
tasks.splice(1, 2)

console.tasks(tasks)
console.log(tasks)
// ['Проверить тесты', 'Обновить бэклог']
```

Expand Down

0 comments on commit 9954481

Please sign in to comment.