-
-
Couldn't load subscription status.
- Fork 18
Update index.js #6
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
base: master
Are you sure you want to change the base?
Conversation
The first parameter should be judged
index.js
Outdated
| var olen = one.length, | ||
| tlen = two.length, | ||
| idx = -1, | ||
| arr = []; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please revert this and use the same formatting as the rest of the code.
revert this and use the same formatting as the rest of the code.
|
OK |
index.js
Outdated
| var idx = 0; | ||
| if(!Array.isArray(arr)) return arr; | ||
|
|
||
| var len = arguments.length, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should be a ; at the end of the line.
Co-Authored-By: BlackHole1 <158blackhole@gmail.com>
The first parameter should be judged