JavaScript Strings | Learn JavaScript

preview_player
Показать описание
In this tutorial you are goin to learn what JavaScript Strings are, how to use Strings in JavaScript and String methods like concat(), append . Also properties of a JavaScript string like length .

💖 Support The Channel by becoming a part of this community!

Complete Course Playlist :
-----------------------------------------------------------------------------

👨‍🏫 Check out my Website for more tutorials and Courses 👨‍🏫 :

-------------------------------------------------------------------------------------------------
Timestamps:
00:00 - Intro & Project overview
00:40 - How to create a String in JavaScript
02:40 - How to combine two Strings in JavaScript using the concat() method
04:00 - How to add to a String in JavaScript using the append() method
07:40 - How to get the length of a string in JavaScript
10:00 - How to convert all letters in a string to lowercase by using the toLowerCase() method.
11:20 - How to convert all letters in a string to uppercase by using the toUpperCase() method.
13:40 - How to get the index of a string in JavaScript by using the indexOf() method.
15:00 - How returns the character from the specified index from a string in JavaScript by using the chartAt() method.
16:40 - How to get part of the string between the start and end indexes of a string in JavaScript by using the substring() method.
17:25 - How to divides a String into an ordered list of substrings in JavaScript by using the split() method.
19:15 - How to replace part or the entire String in JavaScript by using the replace() method.
20:25 - How to check if something is included in a String in JavaScript by using the includes() method.

-------------------------------------------------------------------------------------------------

-------------------------------------------------------------------------------------------------

#stringMethodes #javascriptStrings #norbertbmwebdevelopment