DEV Community

Harit Himanshu
Harit Himanshu

Posted on • Originally published at bonsaiilabs.com

JavaScript String toLowerCase and toUpperCase

In this short video, you will learn how to change the JavaScript String to lower and upper cases using methods available on String constructors. We will use .toLowerCase() and .toUpperCase() methods.

The code sample is available at https://bonsaiilabs.com/javascript-string-lowercase-uppercase/

Subscribe for more videos on JavaScript with Visualization: https://www.youtube.com/channel/UC0yZBnRsD9JRqLXBkfGym0Q?sub_confirmation=1

Top comments (2)

Collapse
 
blazephoenix profile image
Tanmay Naik

And here I am thinking so hard of topics to write about, lol

Collapse
 
aleksandrhovhannisyan profile image
Aleksandr Hovhannisyan

Make one about how to create a JavaScript source file.