F5 and Ctrl + F5

F5 & Ctrl + F5 in JavaScript

F5 = location.reload();
Ctrl + F5 = location.reload(true);