You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// * write a function called isSubsequence which takes 2 strings and checks whether the characters in the first string form a subsequence of the characters in the second string.