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 to create array in JavaScript?
What are the requirements of web application using javascript?
How many types of data types are there?
What is null javascript?
What is difference between arrow function and normal function?
Explain the working of timers in javascript?
Explain why asynchronous code is important in javascript?
How do I open javascript in browser?
How do I run javascript on my iphone?
Which built-in method returns the string representation of the number’s value?
What is javascript bom?
what difference between args.length and args.length() in command line argument?
What is the use of debugger keyword in javascript?
What are disadvantages of using javascript?
What is Number object in JavaScript?