Popular repositories Loading
-
-
Temprature-Convertor-from-Kelvin-to-Celsius-Fahrenheit-and-Newton-in-JavaScript
Temprature-Convertor-from-Kelvin-to-Celsius-Fahrenheit-and-Newton-in-JavaScript Public template//Today's forcast is 293k const kelvin = 293; //Celsius = K-273 const celsius = kelvin- 273; //Print the output in celsius console.log(`The temprature is ${celsius}°C`) //fahrenheit = Celsius * (9/…
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.