We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c84ab86 commit bdaa115Copy full SHA for bdaa115
src/exercises/arrays/array-01.ts
@@ -1 +1,2 @@
1
+// Introducing Arrays
2
const arrayInit: number[] = [1, 2, 3, 4];
0 commit comments