Skip to content

Inconsistency between languages for loops #10899

@Jaqster

Description

@Jaqster

Small nit. But I noticed that there is an inconsistency between using "index" and "i" as the default loop variable name and 4 and 5 as the default max.

In Blocks we use index and 4, and in JavaScript we use i and 5, and in Python we use i and 4.

Image Image

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