This repository was archived by the owner on Jan 14, 2024. It is now read-only.
NW-5 Manchester- KHADAR M DAGAL - JavaScript-Core-1-Coursework-Week1#382
Open
khmdagal wants to merge 20 commits intoCodeYourFuture:masterfrom
Open
NW-5 Manchester- KHADAR M DAGAL - JavaScript-Core-1-Coursework-Week1#382khmdagal wants to merge 20 commits intoCodeYourFuture:masterfrom
khmdagal wants to merge 20 commits intoCodeYourFuture:masterfrom
Conversation
8maziar
reviewed
Aug 25, 2022
jo-joanna
reviewed
Aug 25, 2022
|
Good work. Keep it up |
Ara225
reviewed
Aug 28, 2022
Ara225
left a comment
There was a problem hiding this comment.
Nice work, I'm being nitpicky on purpose to just nudge you to perfection but it's really good overall!
| @@ -1,3 +1,9 @@ | |||
| // Start by creating a variable `message` | |||
|
|
|||
| var name = "Adam"; | |||
| @@ -1,2 +1,23 @@ | |||
| var numberOfStudents = 15; | |||
|
|
||
| const double = Math.pow(findPowerOf, 2); | ||
|
|
||
| // result should 6, because it rounds to neares integer |
|
|
||
| function add() { | ||
|
|
||
| // adding two numbers |
| // There are syntax errors in this code - can you fix it to pass the tests? | ||
|
|
||
| function addNumbers(a b c) { | ||
| function addNumbers(a,b,c) { |
There was a problem hiding this comment.
All the tests passing on the mandatory stuff, good work
| Math.random() = gives you random number between 0 to 1. | ||
|
|
||
| step 2 | ||
| result of step one multiply by 10 |
| return word1.concat(word2); | ||
| /* | ||
| this is similar to word1 + word2; | ||
|
|
| // Write the body of this function to concatenate three words together. | ||
| // Look at the test case below to understand what this function is expected to return. | ||
| return firstWord.concat(" ", secondWord, " ", thirdWord); | ||
| // return concatnatedTrimedwords.trim(); |
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.
null
View rendered exercises/L-functions-nested/README.md