Skip to content

Instantly share code, notes, and snippets.

@ispoljari
Created June 6, 2020 12:04
Show Gist options
  • Select an option

  • Save ispoljari/da2a669bc4db41c26be001db0e6b5195 to your computer and use it in GitHub Desktop.

Select an option

Save ispoljari/da2a669bc4db41c26be001db0e6b5195 to your computer and use it in GitHub Desktop.
inventory object
const inventory = Object.freeze({
cars: [], // example types
boats: [], // example types
trains: [] // example types
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment