Skip to content

Solution#4272

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

Solution#4272
leandrolima25prog wants to merge 1 commit into
mate-academy:masterfrom
leandrolima25prog:develop

Conversation

@leandrolima25prog
Copy link
Copy Markdown

No description provided.

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

The implementation meets all functional requirements and passes all tests. Although the code uses separate JSX expressions instead of a template literal as per style guidelines, this is a non-critical stylistic issue that does not affect functionality. The core requirements are satisfied, so the submission is approved.


✨ Please rate this review in the Platform's notification center1. I will be grateful for your feedback! ✨

Footnotes

  1. Rate AI review example

Comment thread src/App.jsx
Comment on lines +3 to 4
import { Sum } from './components/Sum/Sum';

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

This violates checklist item #2: 'Use string interpolation inside tag content'. Replace with template literal syntax: {Sum of ${a} and ${b} is ${a + b}}

Comment on lines +3 to +4
<p>
Sum of {a} and {b} is {a + b}
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

This violates checklist item #2: 'Use string interpolation inside tag content'. The paragraph should use a template literal: {Sum of ${a} and ${b} is ${a + b}} instead of individual expressions.

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