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)
And here I am thinking so hard of topics to write about, lol
Make one about how to create a JavaScript source file.