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

move index in array tome #57

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

maxwan
Copy link

@maxwan maxwan commented Jun 16, 2016

No description provided.

} else if (newKey > key) {
changes[newKey] = key;

for (let i = key; i < newKey; i++) {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please don't use ES6 features in Tomes. (var, not let)

@maxwan maxwan force-pushed the feature/arrayTomeMove branch 2 times, most recently from 9c4e550 to 45bd0a9 Compare June 17, 2016 08:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants