Skip to content

implemented String.prototype.split() method #14

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

Closed
wants to merge 1 commit into from

Conversation

SskYwaLkeR
Copy link

No description provided.

@ashokdey ashokdey requested a review from TheSTL October 6, 2019 13:47
@ashokdey ashokdey added beginner friendly Easy for beginners to start with under review labels Oct 6, 2019
Copy link
Member

@TheSTL TheSTL left a comment

Choose a reason for hiding this comment

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

Hey, @SskYwaLkeR split function failed only one test case.

Example :
"1234".split('') should return [ '1', '2', '3', '4'] instead of ['1234']

@TheSTL TheSTL added hacktoberfest Let's hack it in 2019! changes required labels Oct 8, 2019
@TheSTL
Copy link
Member

TheSTL commented Oct 14, 2019

I'm closing this PR.
Merged PR is - [#35]

@TheSTL TheSTL closed this Oct 14, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
beginner friendly Easy for beginners to start with changes required hacktoberfest Let's hack it in 2019! under review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants