We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c16515d commit 27ba313Copy full SHA for 27ba313
javascript/5_string-programs/startsWith.js
@@ -1,6 +1,6 @@
1
// 5. Check if a String Starts With Another String
2
3
-// 1. Using String.startsWith() Method
+// 1. Using String.startsWith() Method
4
5
{
6
let s = "Hello WOrld";
0 commit comments