Skip to content

TypeError: flat is not a function #275

@savissimo

Description

@savissimo

If I try to run [ 1, 2, [ 3, 4 ] ].flat(), I get JSException: TypeError: [1, 2, [3, 4]].flat is not a function.

flat is a standard function of arrays. I haven't tested extensively for other array functions, but I can confirm that find, filter and map all work.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions