Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace delete splice array method #32

Closed
wants to merge 9 commits into from
Closed

Conversation

pnowak
Copy link

@pnowak pnowak commented Sep 11, 2016

When delete element in List class element value is replaced undefined value.
So say I have 5 element in the List and remove 2 element. I have then this.memory.length = 5 and this.length = 3, which is inconsistent.

@jamiebuilds
Copy link
Owner

The point is for demonstration, not for consumption

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants