We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 364697a commit c9bc6adCopy full SHA for c9bc6ad
6kyus/js/yourOrderPlease.js
@@ -3,6 +3,10 @@
3
// output should still include the number in the word
4
// if input empty, output should be empty
5
6
+// separate words of the string into an array separated by the spaces
7
+// filter out numbers
8
+// add words of said numbers to key
9
+// sort and assign words to sorted numbers
10
function order(words) {}
11
12
console.log('is2 Thi1s T4est 3a', 'the answer is: ', 'Thi1s is2 3a T4est')
0 commit comments