Solution - #1891
Solution#1891webdevnikfull wants to merge 1 commit into
Conversation
mateacademy-ai-mentor
left a comment
There was a problem hiding this comment.
Review Summary
Here is my approval: your script correctly locates the .dashboard table, iterates over the people data, and renders rows with the six required cells (name, gender, born, died, age, century). The age and century calculations are accurate (age = died - born, century = Math.ceil(died / 100)), and rows are appended properly to the table body. No critical blockers or broken functionality were observed, and core requirements are met. As minor polish (not required for approval), consider guarding against a missing .dashboard element to avoid runtime issues and providing a sensible fallback if gender ever contains unexpected values. Nicely done—clean, focused implementation.
✨ Please rate this review in the Platform's notification center1. I will be grateful for your feedback! ✨
No description provided.