Skip to content

.length == 1 at all times #8

Open
@michal-minich

Description

@michal-minich
var = SArray([]);
console.log(arr.length); // 1
arr.push("abc");
console.log(arr.length); // 1

Solution would be probably to fix the returned number or remove the .length accessor.

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