Transforms all the lower case letters to upper case and all the upper case letters to lower case. If the character is not a letter, leave it as it is. For example, Hello World becomes hELLO wORLD.
User Stories
As a user, if I enter text in the input field, I expect to see the original string as well as the string after swapping cases.
As a user, if I click on the Clear Button, I expect the results to be empty.
Technologies include HTML5, CSS3, JavaScript, jQuery 3.7.1 and Bootstrap 5.3.2.
Live Project at https://derektypist.github.io/swapping-case
GItHub Repository at https://www.github.com/derektypist/swapping-case