Review the following code (note the variable name): As a result of its execution, the following should appear in the console:
Review the following code (note the variable name): let age = 32; age = age + 1; console.log(Age); As a result of its execution, the following should appear in the…