Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

Write a JavaScript function which can take any number of
strings as arguments and outputs them as a single
concatenated string.

Answer Posted / szilveszter safar

function concatStrings () {
return Array.prototype.join.call(arguments, '');
}

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are JavaScript Cookies?

976


What is the difference between rootscope and scope?

1048


What Is The Disadvantages Using InnerHTML In JavaScript?

1055


Is Javascript a Functional Programming Language?

1185


What is the most widely used programming language?

962


Is JavaScript a true OOP language?

1109


How will you create new object in javascript?

1112


Are javascript variables case sensitive?

965


What is the most popular javascript library?

964


What is escape & unescape String functions in JavaScript?

1075


What is a good javascript editor?

1078


Describe what u had done today?

2279


How can you get the total number of arguments passed to a function?

1123


Is a parabola a function?

955


What is a name function in javascript?

1069