Skip to content

Set literal notation creates an empty object instead of a set #3

@kameronbrooks

Description

@kameronbrooks

let a = {0,1};
a.add(2);

return a;

// code like this returns an empty object even though it is supposed to be a set

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions