1 / 2

함수를 통해 객체를 생성하려고 합니다. 아래 빈칸에 알맞은 답을 보기에서 고르세요.

create_cat(name,
color)
{
return
{"name":
name,
"color":
color};
}