Skip to content

Conversation

ebruispir
Copy link

No description provided.

var output = '';

for (var i = 0; i < txt.length; i++) {
if (txt[i] == txt[i].toUpperCase()) {
Copy link
Owner

Choose a reason for hiding this comment

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

does this work? Should be tripple equals I think

.filter(taskDuration => taskDuration >= 2)
.map(duration => duration * hourlyRate)
.reduce((acc, salary) => acc + salary)
.toFixed(2);
Copy link
Owner

Choose a reason for hiding this comment

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

nice!

Copy link
Owner

@bitsagarob bitsagarob left a comment

Choose a reason for hiding this comment

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

Good job, you did include the previous homework also. Should be a separate branch

@bitsagarob bitsagarob added the week2 Homework for week 2 label Jul 21, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
week2 Homework for week 2
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants