Filtering Lists!One of the projects I'm involved with at work had an interesting set of problems and I thought I would share how I solved one them. One of the sites we're building has an A - Z index page. It's basically a massive link far (over 750 links and counting) that are listed alphabetically in groups like a dictionary.
Practical RecursionIf you're like me, understanding why to use recursion is hard. Fortunately, I've got a practical example that will help you understand it better.
THE qck brn FOXComplete a javascript challenge to get rid of vowels and make words all-caps using string and array methods.