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

London Class 10-Bedrije Omuri JS 1 I - #499

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

London Class 10-Bedrije Omuri JS 1 I #499
Bedi06 wants to merge 7 commits into
CodeYourFuture:masterfrom
Bedi06:master

Conversation

@Bedi06

@Bedi06 Bedi06 commented Feb 19, 2023

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:
  • 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?

@Abubakar-Meigag Abubakar-Meigag 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.

provide solution


function convertToBRL() {}

function convertToBRL(PoundExchange) {

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Hi Bedrije

what you did here is was wonderful and also you can make it short like

function convertToBRL(price) {
let priceConverted = price * 0.99 * 5.7
return parseFloat(priceConverted .toFixed(2))
}

Thanks

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 for your feedback Abubakar

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