Answer Posted / 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 |
Post New Answer View All Answers
Is webassembly faster than javascript?
Should I learn java first or javascript?
How to manage exception handling in javascript?
Are java and javascript the same?
What is a function object?
What is escape & unescape String functions in JavaScript?
What is callback?
hi i want validations for two drop down lists. when user enter to second list by skipping first list alert box should appear.