add task solution#1542
Conversation
mateacademy-ai-mentor
left a comment
There was a problem hiding this comment.
Review Summary
Your implementation successfully meets all the core requirements. Both promise1 and promise2 are correctly defined with proper functionality: promise1 resolves when the .logo element is clicked via an event listener, and promise2 rejects after 3000ms using setTimeout. The success handler properly appends a message div with the message class and displays 'Promise was resolved!', while the error handler appends a div with both message and error-message classes showing 'Promise was rejected!'. The README correctly includes your demo link with the username vitamartsekhovska. All functional requirements from the task are implemented correctly and ready for use.
✨ Please rate this review in the Platform's notification center1. I will be grateful for your feedback! ✨
DEMO LINK