Create the missing variable
let numTwo = numOne;
console.log(numTwo);
Javascript
Console
let numTwo = numOne;
console.log(numTwo);
Javascript
Console