Tell us what’s happening:
I do not quite understand what this is asking for, as there is already one console.log() in it, and I do not see why it needs two more.
Your code so far
let seven = 7;
let three = "3";
console.log(seven + three);
// Add your code below this line
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36 Avast/72.0.1174.122
.
Link to the challenge:
https://learn.freecodecamp.org/javascript-algorithms-and-data-structures/debugging/use-typeof-to-check-the-type-of-a-variable/