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


Please Help Members By Posting Answers For Below Questions

What does => mean in node js?

634


Is it possible to use javascript to change the meta-tags of the page?

612


What is difference between promise and callback?

557


What is enum in javascript?

692


What are arrays in javascript?

531






How long does it take to learn coding?

659


What is the best ide for javascript development?

552


How do I write script-generated content to another window?

601


What is namespacing in javascript and how is it used?

562


What is the Infinity property used for in Javascript?

643


List some data types supported by javascript?

603


What are different types of scope chain available in javascript?

535


Explain unescape() and escape() in javascript?

635


What is context in javascript?

559


How to access an external javascript file that is stored externally and not embedded?

717