Skip to content

Instantly share code, notes, and snippets.

@sethlivingston
Created March 26, 2022 22:23
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 sethlivingston/372a13436ef9d04ea7e172a68564efe5 to your computer and use it in GitHub Desktop.
Save sethlivingston/372a13436ef9d04ea7e172a68564efe5 to your computer and use it in GitHub Desktop.
Object catalogs
const ps5 = {
tag: "ps5",
manufacturer: "Sony",
category: "console"
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment