Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
상품 클릭시 상품의 이름이 경고창에 뜰 수 있도록 하는 기능
onClick 기능
return문을 JSX를 사용하여 사용자엑에 보여질 UI를 정의해주는 부분
map() 메서드를 사용하여 각 과일 객체를 JSX로 변환하여서 과일 이름 가격을 반복문처럼 나오게 만들었습니다.
처음 onClick으로 이름을 클릭하였을 때 경고문에서 이름이 나오도록 설정하고 return문 앞에 있는 반복문 만들기 하였는데 react가 돌아가지않아 어려움을 겪었습니다.
운영진분께 도움 받아 return값을 반환하기위해 컴포넌트를 정의 받아야한다고 하여 수정완료하였습니다. => fuction App() 이고 변수이름을 정해줄때에는 대문자로 써주어야한다는 것도 알았습니다!