Skip to content

[webptmat0418] - Alma#136

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

[webptmat0418] - Alma#136
almalonso8 wants to merge 1 commit into
ironhack-labs:masterfrom
almalonso8:master

Conversation

@almalonso8
Copy link
Copy Markdown

exercise done, bonus time part in progress to be commited later

Copy link
Copy Markdown

@ta-web-mad ta-web-mad left a comment

Choose a reason for hiding this comment

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

Te cuidado con los ' ; ' al final de sentencia, puedes ponerlos o no, pero debes elegir una de las dos. Sigue así, espero el bonus! 👍

for (i = 0; i < hacker1.length; i++) {
upperCaseName += hacker1[i].toUpperCase() + " ";
}
console.log(upperCaseName);
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Muy bien!, como lo sabes hacer manualmente, échale un ojo a split( ) y join( ), seguro que te van a gustar

reversedName += hacker2[i-1];
}
console.log(reversedName);

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Genial, como te comenté antes échales un ojo a los métodos de antes y también a reverse( )

@stale
Copy link
Copy Markdown

stale Bot commented Dec 17, 2019

This pull request has been automatically marked as stale because it didn't have any recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale Bot added the stale label Dec 17, 2019
@stale
Copy link
Copy Markdown

stale Bot commented Dec 19, 2019

This pull request is closed. Thank you.

@stale stale Bot closed this Dec 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants