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

[PAR WDFT 032020] William Hermozo#1586

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
williamhzo wants to merge3 commits intoironhack-labs:masterfromwilliamhzo:master

Conversation

williamhzo
Copy link

I didn't manage to finish the bonus iteration#8 (matrix) - I will go back to it

@ta-web-paris
Copy link

Hey William !

Nice job !!
A few points for the future :

  • It. 1 : be careful using things such as your "greatest = a" without "var" or "let" or "const", in some strict environments it won't work (greatest is undefined) so you should declare variables ! Here it works :)

  • It. 2 : you don't need "maxLength" you can use "longestWord.length" instead ("" is empty so length = 0) it's shorter and cleaner ;)

  • It. 3.1 : no need to specify 1 or 0 for booleans (they are already 1 or 0)

Otherwise very very nice code :)
Hit me up if you have questions !

Nina

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers
No reviews
Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

2 participants
@williamhzo@ta-web-paris

[8]ページ先頭

©2009-2025 Movatter.jp