Created
June 6, 2020 12:04
-
-
Save ispoljari/da2a669bc4db41c26be001db0e6b5195 to your computer and use it in GitHub Desktop.
inventory object
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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