In this lesson we take a look at freeCodeCamp's, Assigning the Value of One Variable to Another. This lesson is important in learning Javascript in 2022. Coding in 2022 using Javascript requires understanding of variables, and assigning values to them. To assign the value of one variable to another variable we simple need to to declare to variables and assign the first variable a value. We then take our second variable and simply assign to it the first variable. This should give the second variable the same value that the first variable has.