Skip to content

Instantly share code, notes, and snippets.

@Caballerog
Created October 9, 2019 20:32
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 Caballerog/d043d946617b3731a7d34123bd531902 to your computer and use it in GitHub Desktop.
Save Caballerog/d043d946617b3731a7d34123bd531902 to your computer and use it in GitHub Desktop.
constructor() {
const users = JSON.parse(localStorage.getItem('users')) || [];
this.users = users.map(user => new User(user));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment