Paris - Kevin & Estelle 2019 by olawinski-e · Pull Request #301 · ironhack-labs/lab-javascript-basic-algorithms · GitHub
Skip to content

Paris - Kevin & Estelle 2019#301

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

Paris - Kevin & Estelle 2019#301
olawinski-e wants to merge 1 commit into
ironhack-labs:masterfrom
olawinski-e:master

Conversation

@olawinski-e

Copy link
Copy Markdown

"hard git"

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

your reverse doesn't quiet work. For this to work you need to loop backwards. Rather than starting on 0, you want to start on the length of the string and go down until it reaches 0.

for (i= hacker2.length -1 ; i >= 0  ; i--){
  ReverseCase += hacker2[i] + " ";
} 

@ta-web-paris

Copy link
Copy Markdown

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