Add Kilometers/Hour to Miles/Hour conversion and reverse
This commit is contained in:
2
test/kphToMph/kphToMph.js
Normal file
2
test/kphToMph/kphToMph.js
Normal file
@ -0,0 +1,2 @@
|
||||
const kphToMph = (kph) => 0.621371192 * kph;
|
||||
module.exports = kphToMph;
|
||||
Reference in New Issue
Block a user