8000 update temp conversion readme · alpwoo/javascript-exercises@5c559cf · GitHub
[go: up one dir, main page]

Skip to content

Commit 5c559cf

Browse files
committed
update temp conversion readme
1 parent fc9725d commit 5c559cf

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

06-tempConversion/README.md

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

33
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 the functions into an object to be exported.
44

5+
Write two functions that convert temperatures from Fahrenheit to Celsius (and the other way around):
6+
```
7+
ftoc(32) // fahrenheit to celsius, should return 0
8+
9+
ctof(0) // celsius to fahrenheit, should return 32
10+
```
11+
512

0 commit comments

Comments
 (0)
0