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

London 9 Turing - Zahraa Tayyar - JavaScript 1 #437

Open
zahraateee wants to merge 7 commits into
CodeYourFuture:masterfrom
zahraateee:master
Open

London 9 Turing - Zahraa Tayyar - JavaScript 1 #437
zahraateee wants to merge 7 commits into
CodeYourFuture:masterfrom
zahraateee:master

Conversation

@zahraateee
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: Zahraa Tayyar
  • Your City: London
  • Your Slack Name: Zahraa Tayyar

Homework Details

  • Module: JavaScript
  • Week: 1

Notes

  • What did you find easy?

  • What did you find hard?

  • What do you still not understand?

  • Any other notes?

Copy link
Copy Markdown

@jonnywyatt jonnywyatt left a comment

Choose a reason for hiding this comment

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

Well done!
How did you get on with running the tests in the /mandatory folder?

Comment thread exercises/F-strings-methods/exercise.js
@@ -1,3 +1,7 @@
const name = " Daniel ";
var nameLength = name.length;
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Even better, you could show the length of the trimmed string?

@@ -1,4 +1,6 @@
// Declare your function first
function divide(a, b) {
return 3 / 4;
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

The function should divide the two parameters that it has been passed (they're passed in as a and b)

Comment thread mandatory/4-tax.js

function addTaxAndFormatCurrency() {}
function addTaxAndFormatCurrency(price) {
const tax = price * 0.2;
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

You could call your calculateSalesTax function to get this value?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants