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
Copy file name to clipboardExpand all lines: README.md
+30Lines changed: 30 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1861,3 +1861,33 @@ const convertToRoman = number => {
1861
1861
---
1862
1862
1863
1863
**[⬆ Back to Top](#javascript-coding-challenges-for-beginners)**
1864
+
1865
+
## 54. Scramble
1866
+
1867
+
Write a function that accepts two strings and returns `true` if some or all of the characters in the first string can be rearranged to match the second string.
0 commit comments