Open
Description
If I console.log() the result of this exercise, it is not like the expected one:
[
{
"65432445": "The Chamber",
"675465": "Fracture",
"70111470": "Die Hard",
"654356453": "Bad Boys"
}
]
it looks like this:
[
{
"654356453": "Bad Boys"
}
]
Is the expected output wrong or just the solution?
Thanks for the great Exercises at all.
Metadata
Metadata
Assignees
Labels
No labels