odin-default-js-exercises/tempConversion/tempConversion.js

13 lines
96 B
JavaScript
Raw Normal View History

2018-06-09 00:44:45 +00:00
let ftoc = function() {
2017-08-25 15:27:07 +00:00
}
2018-06-09 00:44:45 +00:00
let ctof = function() {
2017-08-25 15:27:07 +00:00
}
module.exports = {
ftoc,
ctof
}