This repository was archived by the owner on May 14, 2024. It is now read-only.
Veli Ataseven JavaScript Homework Week 1 - #109
Closed
veliataseven wants to merge 4 commits into
Closed
Conversation
JavaScript Homework Week 1
marcianoviereck
approved these changes
May 9, 2019
marcianoviereck
left a comment
Contributor
There was a problem hiding this comment.
Really nice solutions! Cool functions,
approved!
|
|
||
| let highest; | ||
|
|
||
| if(a > z) |
Contributor
There was a problem hiding this comment.
Nice solution! You can also use math.max. But this is a fine solution!
| 'num2' | ||
| ]; | ||
|
|
||
| for(let i = 0; i < (variables.length - 1); i++) |
Contributor
There was a problem hiding this comment.
wow, advanced solution! Really nice!
| @@ -0,0 +1,12 @@ | |||
| for(let x = 1; x < 8; x++) | |||
Contributor
There was a problem hiding this comment.
cool that you know how to use loops already! Will help a lot in future courses
Veli JavaScript Homework 2
Contributor
|
Thanks for submitting the homework and trying to do some cool stuff! @veliataseven |
Author
You are welcome.. I am trying to do somethings that as much as possible I can |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Veli Ataseven JavaScript Homework Week 1