Skip to content

Commit 2536b56

Browse files
author
Wakidur Rahaman
committed
add string
1 parent 0df7d9b commit 2536b56

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)