Skip to content

Commit 8356bc2

Browse files
Merge pull request #22 from wakidurrahman/feat/string-and-array-methods
feat/(string-and-array-method): Array and String methods
2 parents ed06610 + 2536b56 commit 8356bc2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
// Array and String Methods
2+
const str: string = 'Hello world';
3+
str.toLowerCase();

0 commit comments

Comments
 (0)