Uh oh!
There was an error while loading. Please reload this page.
First open source pull request! - #26
Conversation
kentcdodds
commented
May 9, 2016
Fantastic! Thanks for the pull request! Let me add a few inline comments for you. I have some feedback :-) |
| export default sortArray | ||
| /** | ||
| * Original Source: http://stackoverflow.com/questions/5476736/javascript-sort-array |
There was a problem hiding this comment.
Could you link this to the specific answer that this is using? There's a share link below the answer.
kentcdodds
commented
May 9, 2016
Looking pretty good. When you've completed what I've noted, could you follow the instructions on how to squash your commits? When you do, you'll get a chance to update your commit message which must follow our conventions Let me know if you have any trouble! Enjoy learning :D Thanks! |
bcarson
commented
May 9, 2016
Aye aye captain :) I have to work today, but I’ll incorporate your comments and resubmit soon. From: "Kent C. Dodds" notifications@github.com Looking pretty good. When you've completed what I've noted, could you follow the instructions on how to squash your commits? When you do, you'll get a chance to update your commit message which must follow our conventions Let me know if you have any trouble! Enjoy learning :D Thanks! — |
kentcdodds
commented
Sep 13, 2016
ping :) |
Adding Feature - Sort Array Method includes two tests
bcarson
commented
Sep 13, 2016
I squashed my commits but I have merge conflicts, not sure what I did wrong there. |
kentcdodds
commented
Sep 14, 2016
It's quite possible that your local |
I think I've got it this time, please let me know if I need to correct anything.
Thanks again for your help Kent!