You can refresh the webpage in JavaScript by using
A
window.reload
B
location.reload
C
window.refresh
D
page.refresh
Correct Answer: location.reload
One can refresh the webpage in JavaScript by using location.reload.