Skip to content

Instantly share code, notes, and snippets.

@alexsoyes
Created June 20, 2023 09:49
Show Gist options
  • Save alexsoyes/181cf9350d9b986ebaa8410e92607565 to your computer and use it in GitHub Desktop.
Save alexsoyes/181cf9350d9b986ebaa8410e92607565 to your computer and use it in GitHub Desktop.
Exemple TypeScript : Tableau
const array: number[] = [1, 2, 3, 4, 5];
console.log(array); // Output: [1, 2, 3, 4, 5]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment