맵함수써서 루프돌리기 코딩해보거라

mgkim·2024년 12월 31일
0

react

목록 보기
10/36

import Comment from "./Comment";

const comments = [
{ name: "홍길동", comment: "동쪽에 살아요." },
{ name: "홍길남", comment: "남쪽에 살아요." },
{ name: "고길동", comment: "둘리가 싫어요." }
];

function CommentList() {
return (
<>
{comments.map((item, index) => (

))}
</>
);
}

export default CommentList;

https://namu.wiki/w/%ED%83%9C%EC%96%91%EC%9D%80%20%EA%B0%80%EB%93%9D%ED%9E%88%28%EC%98%81%ED%99%94%29
태양은 가득히 볼것. 알랭드 볼롱
서명인증을 위조한다. 사인을 위조해서. 친구를 죽이고 산다.

profile
@lala.love_garden.lala

0개의 댓글