-
-
Notifications
You must be signed in to change notification settings - Fork 480
London10-StellaDelMar_RodriguezFernandez-JavaScript-Core-1-Coursework-Week1 #546
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
dele...
| function introduceMe(name, age) { | ||
| return `Hello, my name is ${name} and I am ${age} years old`; | ||
| } | ||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Small comment on this one - whenever you are declaring a new variable, it's a good idea to use let or const.
| @@ -1,16 +1,17 @@ | |||
| // There are syntax errors in this code - can you fix it to pass the tests? | |||
|
|
|||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These look good to me 👍
| @@ -1,16 +1,16 @@ | |||
| // The syntax for these functions is valid but there are some errors, find them and fix them | |||
|
|
|||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These all look perfect to me 👍
| A business requires a program that calculates how much the price of a product is including sales tax | ||
| Sales tax is 20% of the price of the product. | ||
| */ | ||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great job on these exercises 👍
| function getRandomNumber() { | ||
| return Math.random() * 10; | ||
| } | ||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's worth attempting these if you get some time.
It's perfectly fine to Google something like this. We could start by searching for something like "javascript join strings together".
|
Nice attempt on this coursework @Stelladelmar! |
Volunteers: Are you marking this coursework? You can find a guide on how to mark this coursework in
HOW_TO_MARK.mdin the root of this repositoryYour Details
Homework Details
Notes
What did you find easy?
What did you find hard?
What do you still not understand?
Any other notes?