Skip to content

each vs each-in #1100

@NullVoxPopuli

Description

@NullVoxPopuli

See existing behavior of each vs each-in

Is there a good reason to not have each just... do everything?

  • handle non-arrays (call .entries() or Object.entries())
  • continue to yield out the index as the last param (each-in does not do this)

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