Challenges:

  1. Create a string, name it and display it in the HTML:
  2. See the Pen Create aa string, name it and display it by Justin Sawyer (@JustinSawyer) on CodePen.


  3. Create a string, name it and alert it;
  4. See the Pen Create string, name it, alert it by Justin Sawyer (@JustinSawyer) on CodePen.


  5. Find last index of any character in either string and add second string to it
  6. See the Pen lastIndexOf1 by Justin Sawyer (@JustinSawyer) on CodePen.