Skip to content

WDPT-REMOTE-SEP-2021-Karla-Jaramillo #2577

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 6 commits into from

Conversation

karlajaramillo
Copy link

#5, Iteration #6, Iteration #7, Bonus Iteration #3.1, Bonus Iteration #4.1

Copy link

@tomasyaya tomasyaya left a comment

Choose a reason for hiding this comment

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

Congratulations on the dedication you have put into the bonus!
Is impressive !
@karlajaramillo

}

words.forEach( word => {
//check if the length of the word is > the maximum length

Choose a reason for hiding this comment

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

nice comments !

// check if it the argument is a valid array
let notValidArray = Array.isArray(numbers);
if(!notValidArray) {
throw `Not a valid array`;

Choose a reason for hiding this comment

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

Great catch here, do I think the lab asked you to just return null?


numbers.forEach(item => {
// check valid values
let notValid = typeof item === 'object' || Array.isArray(item);

Choose a reason for hiding this comment

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

Very tidy !!

@stale
Copy link

stale bot commented Oct 22, 2021

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 Oct 22, 2021
@stale
Copy link

stale bot commented Oct 30, 2021

This pull request is closed. Thank you.

@stale stale bot closed this Oct 30, 2021
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