THE qck brn FOXComplete a javascript challenge to get rid of vowels and make words all-caps using string and array methods.
Factorial FunctionCalculate factorials with javascript.
Over Engineering FizzBuzzLet's "over engineer" a classic programming challenge!
Fetch a random image with async/await Part 2This time I wanted to create a helper function to store a variable.
Fetch a random image with async/awaitA small example to help me clarify asynchronous browser interactions for myself.
Carousel challengeI challenged myself to code up a page with multiple working carousels. Read on to find out how I did it!
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.
Backwards and Forwards (or — Palindrome checker)Use javascript to check if a word or phrase is a palindrome.