Skip to content

Commit bdaa115

Browse files
author
Wakidur Rahaman
committed
array introduction
1 parent c84ab86 commit bdaa115

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/exercises/arrays/array-01.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1+
// Introducing Arrays
12
const arrayInit: number[] = [1, 2, 3, 4];

0 commit comments

Comments
 (0)