- Notifications
You must be signed in to change notification settings - Fork5.8k
[MIA] [Stephen - Jackson]#61
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
//Names and input | ||
var hacker1 = "Bob"; | ||
// var hacker2 = prompt("What is the navigator's name?"); | ||
var hacker2 = "Stephen"; |
There was a problem hiding this comment.
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 + ".");
Perfect! Keep it like this! |
} | ||
//Splits driver string into capital letters separated by spaces. | ||
var capSpace = "" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Great!
issues:
-ignoring characters in palindromes/lorem ipsum probably needs a string method that uses regular expressions but i did it with an if statement