Skip to content

BCN - Robby#268

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

BCN - Robby#268
robby3bergen wants to merge 1 commit into
ironhack-labs:masterfrom
robby3bergen:master

Conversation

@robby3bergen
Copy link
Copy Markdown

No description provided.


for (i = 0; i < hacker1.length; i++) {
capitalized = capitalized + hacker1[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.

You can write it like

 capitalized +=  hacker1[i] + ' ';

to not repeat yourself

Copy link
Copy Markdown
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