Expert Developer JavaScript Question:
Which keyword is used to print the text in the screen?
Answer:
document.write("Welcome") is used to print the text - Welcome in the screen.
Previous Question | Next Question |
Mention what is the disadvantage of using innerHTML in JavaScript? | How can the OS of the client machine be detected? |