how to get a page to reload itself using javascript code example
Example 1: reload page javascript
window.location.reload();
Example 2: script refresh js
window.location.href = window.location.pathname + window.location.search + window.location.hash;