π Join my channel to get access to perks:
https://www.youtube.com/channel/UC8n8ftV94ZU_DJLOLtrpORA/join
π§‘ Hello All JavaScript Lovers Outhere!
Today you’re going to learn about the String Object In JavaScript.
This tutorial is a series of videos, in each video we will discuss a method (or more) of the String Object in JavaScript.
In today’s video, you’re going to learn about the toLocaleLowerCase, and toLocaleUpperCase methods.
The toLocaleLowerCase() method returns the calling string value converted to lower case, according to any locale-specific case mappings.
The toLocaleUpperCase() method returns the calling string value converted to upper case, according to any locale-specific case mappings.
π’π The string.toLocaleLowerCase().
π· Syntax :
toLocaleLowerCase()
toLocaleLowerCase(locales)
π’π The string.toLocaleUpperCase ().
π· Syntax :
toLocaleUpperCase()
toLocaleUpperCase(locales)
πΉlocales : A string with a BCP 47 language tag, or an array of such strings. Indicates the locale to be used to convert to upper case according to any locale-specific case mappings. If multiple locales are given in an Array, the best available locale is used. The default locale is the host environment’s current locale.
π Social Media Links.
βΎ Facebook : https://www.facebook.com/Code.Explained.Official
βΎ Twitter : https://twitter.com/code_explained
βΎ Instagram : https://www.instagram.com/Code.Explained.Official/
βΎ GitHub : https://github.com/CodeExplainedRepo
π² Suppport the Channel
Paypal : https://paypal.me/CodeExplained
Buy Me a Coffee: https://www.buymeacoffee.com/CodeExplained
Free and Easy JavaScript for Beginner
If you are looking for free and easy online tutorials that teach JavaScript, the JavaScript Interactive Course by W3Schools can help you learn the language. This tutorial contains interactive tests and assessment, and includes the first 40 lessons for free. After you’ve completed them, you’ll be able to download the full course for a one-time fee. The material is organized in a step-by-step manner, and you’ll be able to follow along with a computer or mobile device.