Skip to content

Commit d4333e1

Browse files
authored
Update instructions.md
Change wording to clarify that there are 22 billable days per month and the days given for each project are all billable days
1 parent 36b9abc commit d4333e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ daysInBudget(20000, 89);
3636

3737
Often, the freelancer's clients hire them for projects spanning over multiple months.
3838
In these cases, the freelancer decides to offer a discount for every full month, and the remaining days are billed at day rate.
39-
**_Every month has 22 billable days._**
40-
Help them estimate their cost for such projects, given an hourly rate, the number of days the project spans, and a monthly discount rate.
39+
Your excellent work-life balance means that you only work 22 days in each calendar month, so **_every month has 22 billable days._**
40+
Help them estimate their cost for such projects, given an hourly rate, the number of billable days the project contains, and a monthly discount rate.
4141
The discount is always passed as a number, where `42%` becomes `0.42`. The result _must_ be **rounded up** to the nearest whole number.
4242

4343
```javascript

0 commit comments

Comments
 (0)