Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Closed

Conversation

karlajaramillo
Copy link

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

Copy link

@tomasyayatomasyaya 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

stalebot commentedOct 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.

@stalestalebot added the stale labelOct 22, 2021
@stale
Copy link

stalebot commentedOct 30, 2021

This pull request is closed. Thank you.

@stalestalebot closed thisOct 30, 2021
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@tomasyayatomasyayatomasyaya left review comments

Assignees
No one assigned
Labels
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

2 participants
@karlajaramillo@tomasyaya

[8]ページ先頭

©2009-2025 Movatter.jp