How do you send a message to the browser in JavaScript?
Answer Posted / joseph
alert('message'); //using this one
| Is This Answer Correct ? | 9 Yes | 8 No |
Post New Answer View All Answers
Explain how to detect the operating system on the client machine?
What is an ECMAScript?
Difference between '=', '==' and '===' operators?
What is encodeuri() in javascript?
Is there any class in javascript?
What is the use of let & const in javascript?
Which built-in method reverses the order of the elements of an array?
What is console.log() and why it is used?
What are the main uses of javascript?
What does unshift() function do in Javascript?
How can you to add javascript to a page when performing an asynchronous postback?
What are the difference between undefined and not defined in javascript?
How much time it will take to learn javascript?
Explain the unshift() method ?
Is jquery easier than javascript?