Skip to content

Instantly share code, notes, and snippets.

@rabwill
Created August 8, 2023 00:05
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 rabwill/9fc7bbda83c77decead232f95a37ab02 to your computer and use it in GitHub Desktop.
Save rabwill/9fc7bbda83c77decead232f95a37ab02 to your computer and use it in GitHub Desktop.
GitHub Copilot blog prompt 1
const products = [
{ id: 1, name: "Product 1", description: "Description for Product 1" },
{ id: 2, name: "Product 2", description: "Description for Product 2" },
{ id: 3, name: "Product 3", description: "Description for Product 3" },
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment