forked from freeCodeCamp/freeCodeCamp
-
Notifications
You must be signed in to change notification settings - Fork 2
Refresh Your Browser Cache
Quincy Larson edited this page Aug 20, 2016
·
1 revision
You may have to do a "hard refresh" of a page in your browser if you have an out of date, cached version of that website.
While on the problematic site use the key combination below to trigger a hard refresh depending on your operating system:
- Windows:
CTRL + F5
- Mac/Apple:
Apple + Shift + R or Command + Shift + R
- Linux:
F5
To learn more about this read: http://refreshyourcache.com/en/cache/
If a hard refresh doesn't work, try opening the problematic page in your browser's private browsing mode.
Learn to code and help nonprofits. Join our open source community in 15 seconds at http://freecodecamp.com
Follow our Medium blog
Follow Quincy on Quora
Follow us on Twitter
Like us on Facebook
And be sure to click the "Star" button in the upper right of this page.
New to Free Code Camp?
JS Concepts
JS Language Reference
- arguments
- Array.prototype.filter
- Array.prototype.indexOf
- Array.prototype.map
- Array.prototype.pop
- Array.prototype.push
- Array.prototype.shift
- Array.prototype.slice
- Array.prototype.some
- Array.prototype.toString
- Boolean
- for loop
- for..in loop
- for..of loop
- String.prototype.split
- String.prototype.toLowerCase
- String.prototype.toUpperCase
- undefined
Other Links