program showing string concatenation?

Answer Posted / prasadkonnur

var a="hello";
var b="world";

var concat= $a+$b;

Is This Answer Correct ?    4 Yes 7 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why is javascript used for web pages?

432


What is variable typing in javascript?

538


If an array with name as "names" contain three elements, then how will you print the third element of this array?

516


What is NaN in Javascript?

531


Is null === undefined?

486






What do you mean by ide?

440


What boolean operators can be used in JavaScript?

526


What are the different types of errors supported by javascript?

528


What are the difference between javascript and jquery?

497


Is JavaScript a case-sensitive language?

543


What does trim stand for?

479


Which built-in method returns the calling string value converted to lower case?

716


How do I turn on javascript on my phone?

452


How do I run javascript on my iphone?

483


What is the difference between innerhtml & innertext?

483