React
Issue
Testing
Git stash
Study
uncertainty
/
ZB FE 온라인 선발과정
/
team - uratcha
/
MODEL
uncertainty
/
ZB FE 온라인 선발과정
/
team - uratcha
/
MODEL
Share
React
Issue
Testing
Git stash
Study
MODEL
const
users
=
[
{
email
,
username
,
password
}
]
const
movies
=
[
{
}
]
const
reviews
=
[
{
id
,
userEmail
,
movieId
,
comment
}
]
const
stars
=
[
{
id
,
userEmail
,
movieId
,
score
}
]
JavaScript
복사