Skip to content

finish#1807

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

finish#1807
IronHedgehog wants to merge 1 commit into
mate-academy:masterfrom
IronHedgehog:develop

Conversation

@IronHedgehog
Copy link
Copy Markdown

- [DEMO LINK](https://IronHedgehog.github.io/js_task_generate_table_DOM/)

Copy link
Copy Markdown

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

Choose a reason for hiding this comment

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

Review Summary

All core task requirements have been successfully implemented: the code creates table rows with the required 6 cells (name, gender, born, died, age, century) for each person, calculates age as died - born, computes century using Math.ceil(died / 100), and properly appends the rows to the .dashboard table. The gender conversion from 'f'/'m' to 'Female'/'Male' works as expected, and only main.js was modified as specified. No blocking issues were found—your implementation is complete and functional.


✨ 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