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
What is client side in javascript?
What is difference between undefined variable and undeclared variable?
Where javascript variables are stored?
How can a page be forced to load another page in javascript?
What is screen object in JavaScript?
Difference between the substr() and substring() in JavaScript?
Why is javascript called richer interface?
How to use "join()" to create a string from an array using javascript?
How to write normal text code using JavaScript dynamically?
What is an external javascript?
What is difference between promise and callback?
What are decodeuri() and encodeuri() functions in javascript?
What is object in javascript?
How to add a new property in existing function javascript?
Define a named function in javascript.