Skip to content

add solution#2206

Open
denis-denis718 wants to merge 1 commit into
mate-academy:masterfrom
denis-denis718:develop
Open

add solution#2206
denis-denis718 wants to merge 1 commit into
mate-academy:masterfrom
denis-denis718:develop

Conversation

@denis-denis718
Copy link
Copy Markdown

Copy link
Copy Markdown

@etojeDenys etojeDenys left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please make sure you pass all the tests and request the review again

Comment thread src/App.tsx
Comment on lines +116 to +120
const handleClearCompleted = () => {
todos
.filter(todo => todo.completed)
.forEach(todo => handleDeleteTodo(todo.id));
};
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you should use Promise.all() here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants