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
How javascript sort function works?
What is the purpose of local variables?
Is javascript object oriented?
How to set the cursor to wait?
What is node value?
What is dom in javascript?
What are the four types of javascript objects?
What is the ‘Strict’ mode in JavaScript and how can it be enabled?
all possible test cases for normal number field,name field date field,check box,
Can you access Cookie using javascript?
What is undefined x 1 in JavaScript?
How many days it will take to learn javascript?
What is rest parameters in javascript?
What is null in js?
What is the use of decodeuri() and encodeuri()?