Q19
You can refresh the webpage in JavaScript by using
A.
window.reload
B.
location.reload
AnswerC.
window.refresh
D.
page.refresh
Answer: Option B
Solution
Answer: Option B
Solution:
One can refresh the webpage in JavaScript by using location.reload.