Skip to content

Commit

Permalink
Упоминание всех трёх методов промиса в коротком описании (#5553)
Browse files Browse the repository at this point in the history
Co-authored-by: Tatiana Fokina <[email protected]>
  • Loading branch information
nicothin and TatianaFokina authored Dec 1, 2024
1 parent b187011 commit 91769c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/promise/index.md
Original file line number Diff line number Diff line change
@@ -40,7 +40,7 @@ tags:

![Схема трёх состояний промиса и переход между ними](images/1.png)

У промиса есть методы `then()` и `catch()`, которые позволяют использовать результат работы промиса.
У промиса есть методы `then()`, `catch()` и `finally()`, которые выполнят код при смене состояния.

## Как пишется

0 comments on commit 91769c6

Please sign in to comment.