refresh javascript

JavaScript
window.location.reload();//with no cache
document.location.reload(true);

//else

document.location.reload();BY LOVE
window.location.reload();location.reload();location.reload();
Works like refresh button.The Location.reload() method reloads the current URL, like the Refresh button.
may be blocked and a SECURITY_ERROR DOMException thrown if 
the origin of the calling script differs from 
the origin of the page that owns the Location object. 
Source

Also in JavaScript: