Skip to content

Commit 27ba313

Browse files
committed
update
1 parent c16515d commit 27ba313

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javascript/5_string-programs/startsWith.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// 5. Check if a String Starts With Another String
22

3-
// 1. Using String.startsWith() Method
3+
// 1. Using String.startsWith() Method
44

55
{
66
let s = "Hello WOrld";

0 commit comments

Comments
 (0)