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
What is encodeuri() in javascript?
Whether JavaScript has concept level scope?
Is javascript whitespace sensitive?
How to show progress bar while loading using ajax call?
Can you access Cookie using javascript?
How do I link an external javascript file to html?
How to make a array as a stack using javascript?
Is not a function error in javascript?
Which symbol is used for comments in Javascript?
Please write the Code of simple javascript calculator withot eval() function
Which operator is used to assign a value to a variable?
Which keywords are used to handle exceptions?
How to read elements of an array in JavaScript?
Does spacing matter in javascript?
What does the delete operator do?