Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions exercises/concept/freelancer-rates/.docs/instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

In this exercise you will be writing code to help a freelancer communicate with their clients about the prices of certain projects. You will write a few utility functions to quickly calculate the costs for the clients.

```exercism/note
The `ratePerHour` variable and the `dayRate` function are related to money.
The units of measurement are money for a unit of time: hours and days respectively.
```

## 1. Calculate the day rate given an hourly rate

A client contacts the freelancer to enquire about their rates.
Expand Down