Tell us what’s happening:
Hi. I’m getting this message in Build a Calculator.
You should call the addTwoAndSeven function inside the console.log
I’m showing the right output and it passes in various tester websites.
Your code so far
// User Editable Region
function addTwoAndSeven() {
return 2 + 7;
}
console.log(addTwoAndSeven(2, 7));
// User Editable Region
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:139.0) Gecko/20100101 Firefox/139.0
Challenge Information:
Build a Calculator - Step 3