Skip to content

Solution - #1882

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

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

Conversation

@MkxxiM

@MkxxiM MkxxiM commented Aug 31, 2026

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

I am approving your solution. You correctly locate the table with class dashboard, create rows with six cells (name, gender, born, died, age, century) for each person, convert gender from m/f to Male/Female, compute age as died - born, and compute century with Math.ceil(died / 100). The rows are appended properly to the table, and the core functionality aligns with the task requirements.

  • Minor improvement suggestion: consider handling edge cases (e.g., missing died or born values) to avoid NaN outputs if applicable to future datasets.
    Overall, the implementation meets the requirements and behaves as expected. Nice work!

✨ 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