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

London 10 - Hussein Bahdon || JavaScript-Core-1-Coursework-Week1 - #488

Open
H-BAHDON wants to merge 2 commits into
CodeYourFuture:masterfrom
H-BAHDON:master
Open

London 10 - Hussein Bahdon || JavaScript-Core-1-Coursework-Week1#488
H-BAHDON wants to merge 2 commits into
CodeYourFuture:masterfrom
H-BAHDON:master

Conversation

@H-BAHDON

Copy link
Copy Markdown

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: Hussein Bahdon
  • Your City: London
  • Your Slack Name: Hussein Bahdon

Homework Details

  • Module:
  • Week:

Notes

  • What did you find easy?

  • What did you find hard?

  • What do you still not understand?

  • Any other notes?

@ghost ghost left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Good job on completing the coursework! Let me know if you have any further questions on my comments!

return word1.concat(word2);
}

// The concat() method is used to merge two or more arrays. This method does not change the existing arrays, but instead returns a new array.

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Well done on adding a comment here

function introduceMe(name, age)
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
Copy Markdown

Choose a reason for hiding this comment

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

It is possible to use string interpolation here wii be more clear

Comment thread mandatory/4-tax.js
function calculateSalesTax() {}
function calculateSalesTax(price) {

let total = price / 5

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

I like how clear you've made this

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

Thank you!

@H-BAHDON H-BAHDON changed the title London 10 - Hussein Bahdon London 10 - Hussein Bahdon || JavaScript-Core-1-Coursework-Week1 Dec 7, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant