Skip to content
This repository was archived by the owner on Jan 14, 2024. It is now read-only.

Conversation

Stelladelmar
Copy link

Volunteers: Are you marking this coursework? You can find a guide on how to mark this coursework in HOW_TO_MARK.md in the root of this repository

Your Details

  • Your Name:
  • Your City:
  • Your Slack Name:

Homework Details

  • Module:
  • Week:

Notes

  • What did you find easy?

  • What did you find hard?

  • What do you still not understand?

  • Any other notes?

Copy link
Author

@Stelladelmar Stelladelmar left a comment

Choose a reason for hiding this comment

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

dele...

@Stelladelmar Stelladelmar added the review requested I would like a mentor to review my PR label Mar 25, 2023
return `Hello, my {name}` is "and I am $age years old`;
function introduceMe(name, age) {
return `Hello, my name is ${name} and I am ${age} years old`;
}

Copy link
Contributor

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?

Copy link
Contributor

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

Copy link
Contributor

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 👍

@@ -5,7 +5,10 @@
Sales tax is 20% of the price of the product.
*/

Copy link
Contributor

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 👍

@@ -5,7 +5,11 @@ function getRandomNumber() {

Copy link
Contributor

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".

@moneyinthesky
Copy link
Contributor

Nice attempt on this coursework @Stelladelmar!

@Stelladelmar Stelladelmar changed the title finished London10-StellaDelMar_RodriguezFernandez-JavaScript-Core-1-Coursework-Week1 May 23, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
review requested I would like a mentor to review my PR reviewed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants