Skip to content

dev-mexpt2 Pedro Aviles - #311

Closed
lockeas16 wants to merge 3 commits into
ironhack-labs:masterfrom
lockeas16:master
Closed

dev-mexpt2 Pedro Aviles#311
lockeas16 wants to merge 3 commits into
ironhack-labs:masterfrom
lockeas16:master

Conversation

@lockeas16

Copy link
Copy Markdown

Entrega de primer LAB | JavaScript Basic Algorithms cubriendo todas las iteraciones y ambos bonus.

console.log("What?! You both got the same name?");
}

//Bonus palindrome

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

   if(word.split().reverse().join() === word){
     console.log(word);
   }
  
 }```

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

esta forma puede ser mas agil en cuanto a codigo para el palindromo, muy bien asignado aun asi

@ta-web-mex

Copy link
Copy Markdown

Muy bien Pedro te dejamos un hack para el palindromo sigue asi.

@ta-web-mex ta-web-mex closed this Jan 22, 2019
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