program showing string concatenation?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / prasadkonnur
HI Rajeshwar,
you are right. $variable work in php. not in javascript.
var a="hello";
var b="world";
var concat= a+b;
document.writeln(concat);
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / vinoth180
var a="hello"
var b="JavaScript"
document.write(a+b);
Try this one...their is no need for the third for calculation
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / prasadkonnur
var a="hello";
var b="world";
var concat= $a+$b;
| Is This Answer Correct ? | 4 Yes | 7 No |
What does ecma stand for?
Why javascript is called as script for all browsers?
How to have the status line update when the mouse goes over a link (the support of the status line is sporadic)?
Difference between scripting language and programming language??
What is the difference between synchronous and asynchronous JavaScrip
List some features of javascript.
Explain the terms synchronous and asynchronous code?
How to use "join()" to create a string from an array using javascript?
Do hackers use javascript?
Describe briefly the major use of java script on client side
What is the main difference between Client side JavaScript and and Server side Java Script?
different between web server and application server