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
What is the default data type in javascript?
How fast can you learn coding?
What are the limitations of javascript?
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.
Write a program to exaplain the deferred scripts using event handlers in javascript.
What's math constants and functions using javascript?
What is a boolean search?
What is an external javascript?
Explain unescape() and escape() in javascript?
What is Unobtrusive JavaScript & Why it's Important?
What is the difference between childNode and children?
How many data types are there in javascript?
What are javascript closures?when would you use them?
What is the difference between scripting and programming?
How to update a function in javascript?