We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccfab9e commit f487088Copy full SHA for f487088
1 file changed
04 - Array Cardio Day 1/index-START.html
@@ -89,6 +89,7 @@
89
// Sort the people alphabetically by last name
90
91
const alpha = people.sort(function(lastOne, nextOne) {
92
+ const parts = lastOne.split(', ');
93
console.log(lastOne);
94
})
95
0 commit comments