Skip to content

Commit f3e730f

Browse files
committed
string methods resource
1 parent a35d9c2 commit f3e730f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

server/indexEs6.mjs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,8 @@ arrayMethods.removeWithSplice();
3434
arrayMethods.addremoveWithSplice();
3535
arrayMethods.fill();
3636
arrayMethods.sort();
37+
38+
/////////////////////===string methods==///////////////////
39+
40+
// https://www.digitalocean.com/community/tutorials/how-to-work-with-strings-in-javascript
41+
// https://www.digitalocean.com/community/tutorials/how-to-index-split-and-manipulate-strings-in-javascript

0 commit comments

Comments
 (0)