Skip to content

Commit 828e627

Browse files
Erz3SleeplessBytegithub-actions[bot]
authored
Update instructions.md with a note (#2612)
* Update instructions.md with a note Added note to clarify "ratePerHour" and "dayRate" meaning. * Update exercises/concept/freelancer-rates/.docs/instructions.md Markdown and style improvement. Co-authored-by: Derk-Jan Karrenbeld <derk-jan+github@karrenbeld.info> * [CI] Format code --------- Co-authored-by: Derk-Jan Karrenbeld <derk-jan+github@karrenbeld.info> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent c8ae9b1 commit 828e627

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

exercises/concept/freelancer-rates/.docs/instructions.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
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.
44

5+
```exercism/note
6+
The `ratePerHour` variable and the `dayRate` function are related to money.
7+
The units of measurement are money for a unit of time: hours and days respectively.
8+
```
9+
510
## 1. Calculate the day rate given an hourly rate
611

712
A client contacts the freelancer to enquire about their rates.

0 commit comments

Comments
 (0)