---
title: "How to reload the current page?"  
description: "How to reload the current page?"  
author: "Amit Singh"  
published: 2011-03-18  
updated: 2020-09-18  
canonical: https://www.mindstick.com/interview/530/how-to-reload-the-current-page  
category: "javascript"  
tags: ["javascript"]  
reading_time: 1 minute  

---

# How to reload the current page?

we use following syntax:\
window.location.reload(true);

## Answers

### Answer by Amit Singh

we use following syntax:\
window.location.reload(true);


---

Original Source: https://www.mindstick.com/interview/530/how-to-reload-the-current-page

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
