Skip to content

Instantly share code, notes, and snippets.

@recursivecodes
Created August 16, 2019 19:07
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 recursivecodes/0a9a6eb1e80f3fdef928afccec393c07 to your computer and use it in GitHub Desktop.
Save recursivecodes/0a9a6eb1e80f3fdef928afccec393c07 to your computer and use it in GitHub Desktop.
test.js
logout: function() {
  localStorage.removeItem("user");
  this.currentUser = null;
  this.setView(this.LOGIN);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment