Good morning sir. I want to add two var. I have error. Thanks you sir. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Good morning sir. I want to add two var. I have error. Thanks you sir.

Add two var. https://code.sololearn.com/WQ2IlPSa6nAq/?ref=app

30th Apr 2022, 9:07 AM
Malick Diagne
Malick Diagne - avatar
1 Answer
+ 2
// Good morning Malick Diagne , there needs JavaScript function add (x, y){ // document.getElementById ("task").innerText = x + y; document.querySelector("h3").innerText = x + y; }
30th Apr 2022, 7:40 PM
JaScript
JaScript - avatar