Tell us what’s happening:
I don’t understand… maybe more info or other examples. I watched and rewatched the videos. I didn’t have these issues with HTML or CSS. feel like I’m having to stumble on to the answer vs executing with confidence. JavaScript does not feel like previous lessons. It feels incomplete.
Your code so far
// User Editable Region
function addTwoAndSeven(num1, num2) {
return num1 + num2;
}
console.log(addTwoAndSeven(2, 7));
// User Editable Region
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36
Challenge Information:
Build a Calculator - Step 2