Skip to content

Commit 30828ea

Browse files
committed
added description for is subsequence
1 parent d568f9f commit 30828ea

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

isSubsequence.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
// write a function which takes in two strings and checks whether the characters in the first string for a subsequence of the characters in the second strind.
2+
// In other words, the function should check whether the characters in the first string appear somewhere in the second string without their order changing.

0 commit comments

Comments
 (0)