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

Test & Solution for #34 #71

Merged
merged 6 commits into from
Jun 13, 2017
Merged

Test & Solution for #34 #71

merged 6 commits into from
Jun 13, 2017

Conversation

seemcat
Copy link
Contributor

@seemcat seemcat commented Jun 5, 2017

No description provided.

solutions/34.js Outdated

// Maricris Bonzo

const solution1 = (array, num) => {
Copy link
Collaborator

Choose a reason for hiding this comment

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

remove solution1 from 34.js and just include 34a.js

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Resolved

test/34.js Outdated
@@ -1,5 +1,6 @@
const expect = require('chai').expect;
const solution = require('../solutions/34.js').solution;
const solution1 = require('../solutions/34.js').solution;
Copy link
Collaborator

Choose a reason for hiding this comment

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

require from 34a.js

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Resolved

Copy link
Contributor Author

Choose a reason for hiding this comment

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

How do I merge this in?

@dsope05 dsope05 merged commit 8ddd9e6 into llipio:master Jun 13, 2017
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.

2 participants