Answer Posted / rajeshwar
Hi,
I think the above answer will not work for java script as
per my knowledged.
$variable_name are used in php but not in javascript. To
acheive the requirement in java just remove $ symbols.
var a="hello";
var b="world";
var concat= a+b; alert(concat);
Is This Answer Correct ? | 10 Yes | 1 No |
Post New Answer View All Answers
What are the variables in javascript?
What is scope chain in javascript?
Explain the role of deferred scripts in javascript?
Which built-in method returns the string representation of the number’s value?
Where can I learn javascript?
How javascript sort function works?
What is the difference between Local Storage and Session Storage?
What is an external javascript?
What are the benefits of learning javascript?
Where can I learn javascript for free?
How to create array in JavaScript?
How can javascript make a web site easier to use? That is, are there certain javascript techniques that make it easier for people to use a web site?
Which built-in method sorts the elements of an array?
What are escape characters?
What is js injection?