Day 17: Sorting Band Names Without Articles
Use Array.prototype.sort()
to sort a list of band names while not incorporating The, An and A while sorting.
What did I learn?
Similar to the Day 4 and Day 7 challenges, getting comfortable with sort()
is a helpful way to practice if you're interviewing.
Interested in participating in #JavaScript30?
Register here and learn at your own speed.