This project introduced me to foundational JavaScript syntax. The app logs the weather forecast in Kelvin, Celsius, Fahrenheit and the Newton Scale.
- Declaring variables and logging their values
- Using a variable to set the value of a different variable
- Using operators to make calculations
- The Math.floor() function
- Using ${ } string interpolation