Solution#1539
Conversation
mateacademy-ai-mentor
left a comment
There was a problem hiding this comment.
Review Summary
Your implementation correctly fulfills all core requirements. Both promises are properly created with the right triggering conditions—promise1 resolves on .logo click and promise2 rejects after a 3-second timeout. The success and error handlers correctly append the required DOM elements with the specified classes (message and message error-message) and text content (Promise was resolved! and Promise was rejected!). One minor note: the review couldn't verify that your README.md contains your actual GitHub username in the demo link format (https://<your_account>.github.io/js_promise_basic_DOM/). Please double-check that you've replaced <your_account> with your actual GitHub username before submission. Otherwise, the code is functionally complete and ready for approval. Good work!
✨ Please rate this review in the Platform's notification center1. I will be grateful for your feedback! ✨
No description provided.