Friday, 21 April, 2017 UTC


Summary

A palindrome is a string that reads the same forward and backward, for example, radar, toot, and madam. In this lesson we discuss how to approach the palindrome problem using TypeScript / JavaScript. We also discuss a more complex algorithmic challenge of writing a function to check if *any permutation* of a given string is a palindrome.