+ 11
I want adding two no. Programming with the help of html, JavaScript
I want adding two no. Programming with the help of html, JavaScript
8 Answers
+ 6
In javascript,
console.log(2 + 8);
//Outputs 10
var a = 2, b= 8;
console.log(a + b);
//Outputs 10
+ 8
Shamaeel Shaikh I am an Indian and I can understand what you want to say and what is bad word. Anyway Mod will take care of you.
+ 7
Shamaeel Shaikh Don't use bad word.
+ 6
Thank you
+ 5
@Aladin please use the search bar before posting a question as it might have been asked before. here are some questions previusly asked:
https://www.sololearn.com/Discuss/1553355/add-two-num-in-javascript
https://www.sololearn.com/Discuss/1238719/how-do-you-add-two-numbers-in-java-script
and you have the Sololearn Javascript Course at your disposal:
https://www.sololearn.com/Play/JavaScript
+ 3
Tq
0
Tq bro