Valdosta State University

When the button is clicked, call a JavaScript function that does the following (10 points): Prompt the user for a string. Convert each character in the string to its opposite case. That is, convert all lower-case letters to upper-case and convert all upper-case letters to lower-case. You MUST use bitwise operators. Note that all uppercase letters are between 'A' and 'Z' and all lower-case ... ................
................