solution - #3844
Conversation
mateacademy-ai-mentor
left a comment
There was a problem hiding this comment.
Review Summary
Your solution is approved. The App component renders the Person component three times and passes the full person objects as required, including using the correct prop format person={...}. The constants for misha, olya (without age by design), and alex are correctly defined and used. The Person component correctly handles married vs. unmarried cases, gendered partner labels (wife/husband), optional age, and applies the appropriate class names, while using prop destructuring as expected. I don’t see any functional gaps or blockers, and the implementation aligns with the task’s core requirements. Nice work keeping the logic clear and covering edge cases thoroughly.
✨ Please rate this review in the Platform's notification center1. I will be grateful for your feedback! ✨
DEMO LINK and add it to the PR description.