Challenges:
- Create a string, name it and display it in the HTML:
- Create a string, name it and alert it;
- Find last index of any character in either string and add second string to it
See the Pen Create aa string, name it and display it by Justin Sawyer (@JustinSawyer) on CodePen.
See the Pen Create string, name it, alert it by Justin Sawyer (@JustinSawyer) on CodePen.
See the Pen lastIndexOf1 by Justin Sawyer (@JustinSawyer) on CodePen.