JavaScript String toUpperCase() MethodThe JavaScript string toUpperCase() method is used to convert the string into uppercase letter. This method doesn't make any change in the original string. SyntaxThe toUpperCase() method is represented by the following syntax: ReturnString in uppercase letter. JavaScript String toUpperCase() Method ExampleLet's see some simple examples of toUpperCase() method. Example 1Here, we will print the string in uppercase letter. Test it NowOutput: JAVATPOINT Example 2This is one more example to print the string in uppercase letter. Test it NowOutput: JAVATPOINT TUTORIALS
Next TopicJavaScript String
|
JavaTpoint offers too many high quality services. Mail us on [email protected], to get more information about given services.
JavaTpoint offers college campus training on Core Java, Advance Java, .Net, Android, Hadoop, PHP, Web Technology and Python. Please mail your requirement at [email protected]
Duration: 1 week to 2 week