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
In javascript what is an argument object?
Explain how to read and write a file using javascript?
If 2 methods have same name and same number of parameters, which one will be executed first?
Explain the unshift() method ?
What exactly does javascript do?
What is the use of document object?
Does apple use javascript?
Describe javascript and vbscript.
Is array a data type in javascript?
What are .js files?
How do you write an if statement in javascript?
How to access an external javascript file that is stored externally and not embedded?
Example of using regular expressions for syntax checking in javascript?
what is the difference between let, var, and const?
How do I view javascript files in chrome?