Solution#1816
Conversation
mateacademy-ai-mentor
left a comment
There was a problem hiding this comment.
Review Summary
Your solution correctly implements all core requirements for the table generation task. The code properly iterates through the people array, creates rows with 6 cells (name, gender, born, died, age, century), calculates age as died - born, calculates century using Math.ceil(died / 100), and appends the rows to the .dashboard table element. There are a couple of minor items to be aware of that don't affect functionality: the README contains a placeholder (<your_account>) in the demo link that should be updated for a working demo, and the workflow file has a -template suffix which would need to be removed if you want GitHub Actions to recognize it automatically. These are documentation/setup concerns rather than code issues. The core JavaScript implementation is solid and meets all the functional requirements. Nice work!
✨ Please rate this review in the Platform's notification center1. I will be grateful for your feedback! ✨
No description provided.