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 the use of anonymous function in javascript?
What is the difference between an Anonymous Function and a named function?
How can javascript make a web site easier to use? That is, are there certain javascript techniques that make it easier for people to use a web site?
What are types of javascript?
How to force a page to go to another page using javascript ?
Which symbol is used for comments in Javascript?
How to import all exports of a file as an object.
How can javascript language be separated from objects?
What is an asynchronous programming? Why is it important in javascript?
What is node ecosystem?
What are different types of popup boxes available in javascript?
What is enum in javascript?
How fast can you learn coding?
What are the ways of making comments in javascript?
How Does Function Hoisting Work in JavaScript?