Learn Javascript - Full course for beginners #21 - Lowercase, Uppercase, Substring in javascript

Опубликовано: 09 Октябрь 2020
на канале: Edufect
172
2

Learn Javascript - Full course for beginners - Lesson 21 - String functions - lowercase, uppercase, substring in javascript

Converting to Upper and Lower Case
A string is converted to upper case with toUpperCase():

Example
var text1 = "Hello World!"; // String
var text2 = text1.toUpperCase(); // text2 is text1 converted to upper
A string is converted to lower case with toLowerCase():

Example
var text1 = "Hello World!"; // String
var text2 = text1.toLowerCase(); // text2 is text1 converted to lower
The concat() Method
concat() joins two or more strings:

Learn JS (Javascript) For Beginners, Learning javascript from scratch, java scripting tutorial for beginners and java scripting tutorial for beginners 2020 are important keywords.

Playlist : Learn Javascript - Full course for beginners :    • Javascript Tutorial for Beginners - Learn ...  

Learn JS programming right from the fundamentals in a fun and easy way. If you are a beginner and are eager to want to learn Javascript, then you are watching the right thing. This entire video series is for you. In this complete JavaScript for beginners series we will cover, learn and do -
The core Basics & Fundamentals of JS
Live JavaScript uses cases and Examples
and a lot more.


На этой странице сайта вы можете посмотреть видео онлайн Learn Javascript - Full course for beginners #21 - Lowercase, Uppercase, Substring in javascript длительностью часов минут секунд в хорошем качестве, которое загрузил пользователь Edufect 09 Октябрь 2020, поделитесь ссылкой с друзьями и знакомыми, на youtube это видео уже посмотрели 172 раз и оно понравилось 2 зрителям. Приятного просмотра!