Method of converting js characters into uppercase: to uppercase ()
Examples are as follows
var a = " aBcD
a = a . tolowercase();
Alert (1);
The hint is abcd.
a = a . toupper case();
The hint is ABCD.