Skip to content

finish excercise#3

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

finish excercise#3
dglowinski wants to merge 3 commits into
ironhack-labs:masterfrom
dglowinski:master

Conversation

@dglowinski
Copy link
Copy Markdown

No description provided.

for (var i = string.length - 1; i >= 0; i--){
result += string[i];
}
}
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.

#checked-well done

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.

3 participants