How do you send a message to the browser in JavaScript?
Answers were Sorted based on User's Feedback
Answer / krisha
Either use (document.write) or use web technology like php
and pass the value through url and get on that page.
Is This Answer Correct ? | 14 Yes | 2 No |
Answer / ravi
Document.write("Message") It's the correct format
Is This Answer Correct ? | 13 Yes | 2 No |
What is a frontend framework?
Explain the difference between javascript and an asp script.
How many types of functions are there in javascript?
What is unescape() function?
How javascript sort function works?
How to get the primitive value of a string in Javascript?
What is a Typed Language?
What are the primitive data types in JavaScript?
Explain how can you submit a form using JavaScript?
Are Typescript and Javascript the same?
How do I run code in browser console?
What is event in javascript?