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 which takes in two strings and checks whether the characters in the first string for a subsequence of the characters in the second strind.
// In other words, the function should check whether the characters in the first string appear somewhere in the second string without their order changing.