Skip to content

Conversation

GiuliG
Copy link

@GiuliG GiuliG commented Oct 23, 2018

No description provided.

for (let i = hacker.length-1; i>= 0; i--){
let reverseName = hacker[i];
console.log(reverseName);
}
Copy link
Contributor

Choose a reason for hiding this comment

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

Try with that to display the reverse name all together

var reverseName = '';
for (var ix = hacker2.length -1; ix >= 0; ix--) {
 reverseName += hacker2[ix]  
}

console.log(reverseName);

Copy link
Contributor

@tawebbcn tawebbcn left a comment

Choose a reason for hiding this comment

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

Nice work!!

@tawebbcn tawebbcn closed this Oct 23, 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
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy