Exercises (contributed solutions)

  1. Write a function to reverse a string (e.g. it should turn “stressed” into “desserts”).
  2. Find out whether a word or sentence is an isogram.
  3. Find out whether a word or sentence is a palindrome.