Test your javascript for bugs by copying and pasting your code below.
Force String to Lower or Upper Case
JavaScript has built in methods to manipulate strings making this task easy. You can call the toLowerCase() or toUpperCase() on the string directly. Make a