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 can the os of the client machine be detected?
What are the different boolean operators in JavaScript?
How are javascript and ecma script related?
How to write a comment in javascript?
How to determine the state of a checkbox using javascript?
What is javascript tree shaking?
Explain javascript event delegation model?
What is bom?
Can you explain how inheritance works in javascript?
what is a code in vb amount display in words
What is the use of a map object in javascript?
What is null in programming?
What does 3+4+"7" evaluate to?
How to shift and unshift using javascript?
How to get checkbox status whether it is checked or not?