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 are the advantages of using external javascript?
How much time it will take to learn javascript?
What is the most widely used programming language?
How to you change the title of the page by javascript?
What is array constructor in javascript?
How to load another html page from javascript?
What is the difference between an array and an object?
Is it possible to do 301 redirects in javascript ?
What is the difference between client side javascript and server side javascript.
What is push() method in javascript?
What are different types of inheritence? Which inheritance is followed in javascript.
What are the types of variables in javascript?
How do I view javascript files in chrome?
How to enabled 'Strict' mode in JavaScript?
List out the Mouse Events?