Skip to content

Solution - #1891

Open
webdevnikfull wants to merge 1 commit into
mate-academy:masterfrom
webdevnikfull:develop
Open

webdevnikfull wants to merge 1 commit into
mate-academy:masterfrom
webdevnikfull:develop

Conversation

@webdevnikfull

Copy link
Copy Markdown

No description provided.

@mateacademy-ai-mentor mateacademy-ai-mentor left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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! ✨

Footnotes

  1. Rate AI review example

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants