'toUpperCase()' Syntax Parameters and Note : toUpperCase « Javascript Methods « JavaScript Reference

'toUpperCase()' Syntax Parameters and Note

Note:

Converts a String to uppercase.
    
Syntax:
    
stringName.toUpperCase()

    

      
      








Related examples in the same category

1.'toUpperCase()' Example
2.'toUpperCase()' is applied to