Skip to content

[MAD PP] - Almudena Guerras y Alfonso Mateo - #198

Closed
agdwm wants to merge 1 commit into
ironhack-labs:masterfrom
agdwm:master
Closed

[MAD PP] - Almudena Guerras y Alfonso Mateo#198
agdwm wants to merge 1 commit into
ironhack-labs:masterfrom
agdwm:master

Conversation

@agdwm

@agdwm agdwm commented Aug 20, 2018

Copy link
Copy Markdown

Nos ha resultado complicada la parte de los palíndromos, ya que pensamos que se podría hacer de una forma más sencilla.

@ta-web-mad

ta-web-mad commented Aug 21, 2018

Copy link
Copy Markdown

Felicidades, está muy bien! Os paso two different ways para las siguientes funciones

for (var i = 0; i < hacker1.length; i++) {
  hacker1Characters += hacker1[i] + " ";
}

hacker1.toUpperCase().split('').join(' '));

for (var j = hacker2.length-1; j >= 0; j--) {
  hacker2Characters += hacker2[j];
}

hacker2.split('').reverse().join('')

Anna

@ta-web-mad ta-web-mad closed this Aug 21, 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