We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ed06610 + 2536b56 commit 8356bc2Copy full SHA for 8356bc2
javascript-today-magazine/string-and-array-methods.ts
@@ -0,0 +1,3 @@
1
+// Array and String Methods
2
+const str: string = 'Hello world';
3
+str.toLowerCase();
0 commit comments