Fine-tuning & Tweaking.Custom Editor
Id
1
Function Name
Fahrenheit to Celsius
Function Code
function toCelsius(f) {
return (5/9) * (f-32);
}