Answer Posted / vinoth180
var a="hello"
var b="JavaScript"
document.write(a+b);
Try this one...their is no need for the third for calculation
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
How do I run javascript in chrome?
How to create a popup warning box?
To put a "close window" link on a page ?
When do we use JSON.stringify()?
How do you change the style/class on any element using javascript?
What are .js files?
What do you mean by enumeration?
How do you submit a form using JavaScript?
What is ‘this’ keyword in JavaScript?
Explain what is javascript? List some data types supported by javascript?
What is javascript ‘strict mode’?
What is undefined in math?
The below script is working Internet browser but not working in mozilla plz find that good way... function doSubmit(op){ var rowcount=document.getElementsByName ("parameterTypeId").length; var parameterGrade; var performance; var goal; if(op == "save"){ for (var i=0; i < rowcount; i++) { var param=eval("document.forms [0].parameterGrade"+i); if(param.value != "select"){ return true; } } alert("Please rate atleast one attribute"); return false; }//if ends here
What is the difference between "var" and "let" keywords?
How to find radio button selection when a form is submitted?