Console.log( Variables in JavaScript, which I will be referring to as JS from now on, is relatively similar to python. First, we have the ‘let’ variable type. ‘let’ is a variable type put before the variable, but functions just like a normal python variable. you can reference it, you can change it, all that good…