Skip Navigation

Tag - String Methods

  • THE qck brn FOX
    Complete a javascript challenge to get rid of vowels and make words all-caps using string and array methods.
  • 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.
  • Over Engineering FizzBuzz
    Let's "over engineer" a classic programming challenge!
  • Backwards and Forwards (or  —  Palindrome checker)
    Use javascript to check if a word or phrase is a palindrome.