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

London 9-Sana Asaf - JavaScript-Core-1-Coursework-Week1 - #433

Open
SanaAsaf wants to merge 2 commits into
CodeYourFuture:masterfrom
SanaAsaf:master
Open

London 9-Sana Asaf - JavaScript-Core-1-Coursework-Week1#433
SanaAsaf wants to merge 2 commits into
CodeYourFuture:masterfrom
SanaAsaf:master

Conversation

@SanaAsaf

@SanaAsaf SanaAsaf commented Nov 23, 2022

Copy link
Copy Markdown

Still working on the extra exercises.

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?


View rendered exercises/J-functions/README.md

Still working on the extra exercises.
One extra exercise done
Comment thread mandatory/4-tax.js

function calculateSalesTax() {}
function calculateSalesTax(price) {
return price*1.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.

As Alun's session tonight, maybe need to set a variable here which is more clear:
let priceWithTax = price * 1.2
return priceWithTax;

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.

2 participants