var numberone = 1;
var numbertwo = 2;
var answer;
more_and_minor(numberone,numbertwo);
function more_and_minor(num1,num2){
answer = num1 + num2;
alert("The Answer is " + answer);
}
Yes, that's a simple code 1 + 2 = 3. It works fine. But how i add to DM?
Copyright © 2025 BYOND Software.
All rights reserved.
Or, in other words, Your JavaScript code ought to run in an Internet Explorer instance.