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 are the string methods?
In Javascript are calculations with fractional numbers guaranteed to be precise?
What are the uses of javascript in web page designing?
How long does it take to learn coding?
Why is javascript so important?
What is the difference between innerhtml & innertext?
How will you explain closures in javascript? When are they used?
What is data types in javascript?
Can an anonymous function be assigned to a variable?
a code in vb script, which creates a table of 5*2 in html this is a static table, one more same dynamic table, as we give input the table should get created.
What is new keyword in javascript?
Explain javascript debounce function?
What is the difference between .call() and .apply()?
List some of the disadvantages of javascript.
What does === mean in js?