Skip to content

PAR Emmanuelle & Aurélien#181

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

PAR Emmanuelle & Aurélien#181
LOOFFI wants to merge 1 commit into
ironhack-labs:masterfrom
LOOFFI:master

Conversation

@LOOFFI

@LOOFFI LOOFFI commented Aug 6, 2018

Copy link
Copy Markdown

var reverse="";
for (i=hacker2.length - 1; i>=0; i--) {
var z = hacker2[i];
reverse = reverse + z + " ";

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

no need to add '+ " " ' on this one, but the logic is good!

@ta-web-paris

Copy link
Copy Markdown

Good job! Loops and conditions are well understood and your code is clear, keep up the good work!

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