Skip to content

Commit

Permalink
Merge pull request #3778 from jordijs/patch-3
Browse files Browse the repository at this point in the history
missing comma
  • Loading branch information
mluukkai committed Aug 20, 2024
2 parents a7c42c6 + 917073a commit f88efc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/9/en/part9b.md
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,7 @@ Create an npm script for running the program with the command *npm run calculate

Create the code of this exercise in file *exerciseCalculator.ts*.

Write a function *calculateExercises* that calculates the average time of *daily exercise hours* compares it to the *target amount* of daily hours and returns an object that includes the following values:
Write a function *calculateExercises* that calculates the average time of *daily exercise hours*, compares it to the *target amount* of daily hours and returns an object that includes the following values:

- the number of days
- the number of training days
Expand Down

0 comments on commit f88efc5

Please sign in to comment.