Write a JavaScript function which can take any number of
strings as arguments and outputs them as a single
concatenated string.
Answer Posted / ashok
<script type="text/javascript">
var a="i am ashok choudhary!";
var b="i belongs to jaipir.";
document.write(a+b);
</script>
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
wap to accept an int array frm the user and print the lucky nos.
How to use external JavaScript file?
What is the use of math object in javascript?
Can you give an example showing javascript hoisting?
What are the different objects used in javascripts?
How to set a html document's background color?
What is an external javascript?
What is the difference between childNode and children?
How much do javascript programmers make?
What is whitespace in javascript?
What is number in javascript?
To write messages to the screen without using "document.write()"?
what is function of stdio.h
What are parameters in javascript?
What are the difference between undefined and not defined in javascript?