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

solved #16: convert camelCase to kebab-case #15

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

bunnydeviloper
Copy link
Owner

No description provided.

test/16.js Outdated
const kebabCase = require('../solutions/16.js');
const test = (string, result) => {
if (kebabCase(string) === result) {
console.log('Yay it works.');
Copy link

Choose a reason for hiding this comment

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

Can we change the console.log to print out the actual answer? We want to let user know what the function is returning.

bunnydeviloper pushed a commit that referenced this pull request Nov 1, 2017
bunnydeviloper added a commit that referenced this pull request Nov 1, 2017
solved #15: check a character in a string
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