Created
November 14, 2016 17:08
-
-
Save atomjar/39775a9d4168f23e647465ceffea13a3 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function CelsiusConverter (tempF) { | |
return (tempF - 32) / 1.8 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment