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 are the advantages of using external javascript?
What is a named function in JavaScript? How to define a named function?
What are different types of scope chain available in javascript?
What are events in javascript?
Who is the world famous hacker?
Is it possible to do 301 redirects in javascript ?
What are the ways of making comments in javascript?
What do I need to code javascript?
What is the context in javascript?
What does the term sticky session mean in a web-farm scenario? Why would you use a sticky session? What is the potential disadvantage of using a sticky session?
What is an Event Bubbling in Javascript?
What is a closure javascript? Explain
What is javascript hoisting?
What is primitive data types in javascript?
What is the difference between ‘let’ and ‘const’?