Which JavaScript method is used to write into an alert box?
Options:
Explanation:
The JavaScript method
window.alert() is used to write into an alert box.
Tags:
JavaScript
Answer:
Which JavaScript method is used to write into an alert box window.alert().