Skip to content

Exercise 19: Reducing with an initial value #69

Open
@haveagoodone

Description

@haveagoodone

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions