Answer Posted / 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 |
Post New Answer View All Answers
Can you explain the difference between call and apply?
Is null === undefined?
Whether JavaScript has concept level scope?
Define unescape() and escape() functions?
How do you include a comment in javascript?
Explain the difference between javascript and an asp script.
How does typeof operator work?
What are the main uses of javascript?
What is new keyword in javascript?
Describe the properties of an anonymous function in JavaScript?
What is the most popular javascript library?
Which built-in method returns the calling string value converted to upper case?
Is JavaScript a case-sensitive language?
Which is best for front end?
What is the most widely used programming language?