You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is no explanation as to why users has 1, while profiles is not numbered:
const profiles = [
{
id: 1,
userID: "1",
favoriteMovieID: "1",
}
]
Verses
const users = {
1: {
id: 1,
name: "Jane Cruz",
userName: "coder",
}
]
The text was updated successfully, but these errors were encountered:
There is no explanation as to why users has 1, while profiles is not numbered:
const profiles = [
{
id: 1,
userID: "1",
favoriteMovieID: "1",
}
]
Verses
const users = {
1: {
id: 1,
name: "Jane Cruz",
userName: "coder",
}
]
The text was updated successfully, but these errors were encountered: