Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2022-FE2 과제 #4

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

2022-FE2 과제 #4

wants to merge 1 commit into from

Conversation

suyeonii99
Copy link

과제 완료 !

@hyesungoh hyesungoh self-requested a review April 6, 2022 07:06
Copy link
Contributor

@hyesungoh hyesungoh left a comment

Choose a reason for hiding this comment

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

깔끔하게 잘해주셔서 특별히 리뷰할 부분이 없네요! LGTM 입니당 👍


{/* array.map((각 뚯하는 변수명) => {jsx를 반환하는 코드}) */}
{people.map((person, index) => {
return <Person key={index} name={person.name} age={person.age} />;
Copy link
Contributor

Choose a reason for hiding this comment

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

이전 과제부터 key 값을 부여한 모습 좋습니다 👍

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