mirror of
https://github.com/10h30/odin-javascript-exercises.git
synced 2026-06-05 15:09:09 +09:00
Update tempConversion function's naming
This commit is contained in:
@@ -1,13 +1,11 @@
|
||||
const ftoc = function() {
|
||||
|
||||
const convertToCelsius = function() {
|
||||
};
|
||||
|
||||
const ctof = function() {
|
||||
|
||||
const convertToFahrenheit = function() {
|
||||
};
|
||||
|
||||
// Do not edit below this line
|
||||
module.exports = {
|
||||
ftoc,
|
||||
ctof
|
||||
convertToCelsius,
|
||||
convertToFahrenheit
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user