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

[BER-WDFT-012023] aron seiffert#3504

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
binghatch wants to merge2 commits intoironhack-labs:masterfrombinghatch:master

Conversation

binghatch
Copy link

Submissionlab-css-recipes-clone

This pull request includes my submission for thelab-javascript-functions-and-arrays.


I am still working on iteration#8 – in German you would say it's a "harte nuss" 🌰 😅 . An updated pull request will follow soon.


-as

Copy link

@matigobbimatigobbi 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 Aaron!
Keep working and learning 😁 🤓!

} else if (words.length === 1) {
return words[0];
} else {
return words.sort((a, b ) => b.length - a.length)[0];

Choose a reason for hiding this comment

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

Thats smart, i think you can also use Math.max([...words]), and you will get same output

function doesWordExist() {}

function doesWordExist(wordList, searchWord) {
return (wordList.length) ? wordList.includes(searchWord) : null;

Choose a reason for hiding this comment

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

nice use of turnery operator!

@stale
Copy link

stalebot commentedApr 7, 2023

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 labelApr 7, 2023
@stale
Copy link

stalebot commentedJun 7, 2023

This pull request is closed. Thank you.

@stalestalebot closed thisJun 7, 2023
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@matigobbimatigobbimatigobbi 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
@binghatch@matigobbi

[8]ページ先頭

©2009-2025 Movatter.jp