Skip to content

Review for iterator syntax selection #145

@markcrivera

Description

@markcrivera
          Prefer iterators (for...of) over normal for loops (using the manually indexed approach), esp since in this case where the index variable is not used for anything aside from accessing the array and setting that value to a variable.

Originally posted by @Amndeep7 in #10 (comment)

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