Skip to content

Instantly share code, notes, and snippets.

@kepta

kepta/block6.js Secret

Created April 11, 2018 14:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kepta/0cd1dac3147cf8b4ed4c7d5a0d26ea9a to your computer and use it in GitHub Desktop.
Save kepta/0cd1dac3147cf8b4ed4c7d5a0d26ea9a to your computer and use it in GitHub Desktop.
countries.remove(USSR); // remove from array
USSR = undefined; // unset the variable
// at this point there is no way to get the cached area of USSR since it doesn't exist anymore
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment