Answer Posted / prasadkonnur
var a="hello";
var b="world";
var concat= $a+$b;
| Is This Answer Correct ? | 4 Yes | 7 No |
Post New Answer View All Answers
what is event bubbling and event capturing in javascript?
How can you set position of the page (top and left) to 0 using javascript in one line code?
Is javascript a dynamic language?
What data types are supported in Javascript?
How you will add function as a property in a javascript object? Give an example.
How can we detect os of the client machine using javascript?
how to read and write a file using JavaScript?
Which software is best for javascript?
Whether JavaScript has concept level scope?
How do I link an external javascript file to html?
Does javascript support automatic type conversion, if yes give example.
What is scope of variable in javascript?
What is a frontend framework?
Is javascript easier than java?
How to convert json string to object?