Skip to content

Commit b72d87d

Browse files
first js file has been added
0 parents  commit b72d87d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

array/task-1.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
let city = ['bogura', 'chittagong', 'dhaka'];
2+
city.push('rajshahi');
3+
console.log(city);

0 commit comments

Comments
 (0)