In this Codecademy project lesson we take a look at "Kelvin Weather" converter. In this lesson we apply all that we have learned in the past 2 sections of our Learn JavaScript 2022 course on Codecademy. If you are new to JavaScript programming in 2022 and beyond, please watch this course playlist from the beginning for optimal results. This Kelvin Weather Project takes the different programming concepts we have learned and has us apply them! We create variables for Kelvin, Celsius, and Fahrenheit and apply string interpolation to output the temperature in Kelvin, Celsius and Fahrenheit. Learning to program using javascript in 2022 requires that you are able to master the different skills that are present in this project and practice them until they are mastered before moving on in JavaScript programming.