Created
June 20, 2023 09:49
-
-
Save alexsoyes/181cf9350d9b986ebaa8410e92607565 to your computer and use it in GitHub Desktop.
Exemple TypeScript : Tableau
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 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