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
// Complete the function scramble(str1, str2) that returns true if a portion of str1 characters can be rearranged to match str2, otherwise returns false.
2
+
3
+
// Notes:
4
+
5
+
// Only lower case letters will be used (a-z). No punctuation or digits will be included.
0 commit comments