Skip to content
This repository was archived by the owner on Jan 14, 2024. It is now read-only.

WM4 - Michelle Janay - JS1 - Week 3 - #87

Open
michellejanay wants to merge 9 commits into
CodeYourFuture:mainfrom
michellejanay:main
Open

WM4 - Michelle Janay - JS1 - Week 3#87
michellejanay wants to merge 9 commits into
CodeYourFuture:mainfrom
michellejanay:main

Conversation

@michellejanay

Copy link
Copy Markdown

No description provided.

Comment thread 1-exercises/B-while-loop/exercise.js Outdated
i += 2;
evens.push(i);
}
return evens;

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Can you please review the question that they asked? I think you should use console.log instead of return and store the result in a string, not in an array.

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

You are right. Thanks for catching that

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants