Capitalize 'Hint'-subtitles

This commit is contained in:
Étienne Boisseau-Sierra
2018-06-08 23:20:59 -04:00
parent c17c207d0e
commit 35f797f454
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ Because we are human, we want the result temperature to be rounded to one decima
This exercise asks you to create more than one function so the `module.exports` section of the spec file looks a little different this time. Nothing to worry about, we're just packaging both functions into a single object to be exported.
## hints
## Hints
- You can find the relevant formulae on [Wikipedia](https://en.wikipedia.org/wiki/Conversion_of_units_of_temperature).
- Try to find by yourself on the Internet how to round a number to 1 decimal place in JavaScript. If you struggle, have a look [here](https://stackoverflow.com/q/7342957/5433628).