Skip to content

[MIA] [Stephen - Jackson]#61

Closed
stephjackson wants to merge 2 commits into
ironhack-labs:masterfrom
stephjackson:master
Closed

[MIA] [Stephen - Jackson]#61
stephjackson wants to merge 2 commits into
ironhack-labs:masterfrom
stephjackson:master

Conversation

@stephjackson
Copy link
Copy Markdown

issues:
-ignoring characters in palindromes/lorem ipsum probably needs a string method that uses regular expressions but i did it with an if statement

//Names and input
var hacker1 = "Bob";
// var hacker2 = prompt("What is the navigator's name?");
var hacker2 = "Stephen";
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

We suppose to do something like this:

var hacker2 = prompt("What's navigator's name?");
console.log("The navigator's name is " + hacker2 + ".");

@sandrabosk
Copy link
Copy Markdown
Contributor

Perfect! Keep it like this!

}

//Splits driver string into capital letters separated by spaces.
var capSpace = ""
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Great!

@sandrabosk sandrabosk closed this Jan 23, 2018
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