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
How do I turn on javascript?
What is a closure javascript?
What is the purpose of using javascript?
Why is currying called currying?
What is function overloading in javascript?
How do you sort in javascript?
What are the string methods?
What is called variable?
If we want to return the character from a specific index which method is used?
What does it mean in javascript?
What is a named function in JavaScript? How to define a named function?
How to find the selected radio button immediately using the 'this' variable?
What are the difference between undefined and not defined in javascript?
How and where javascript namespacing is used?
How do I write script-generated content to another window?