Write a function toggleCase which takes in a string and returns a new string javascript where all the lowercase code example
Example: tolowercase javascript
var str = "Hello World!";
var res = str.toLowerCase();
var str = "Hello World!";
var res = str.toLowerCase();