String Methods - Javascript Programming 25

preview_player
Показать описание
In this video we'll learn about several built in string methods for Javascript.

String Methods allow you to manipulate strings of text easily.

We'll look at Upper and Lowercase, Pulling Index Numbered Items, Negative Index numbers, Slices, Trim whitespaces, Trim ending whitespace, Repeat things, Replace items, Split items into an Array, and more.

#javascript #codemy #JohnElder

Timecodes

0:00​​ - Introduction
0:52 - Create a String
1:20 - .toUpperCase()
2:00 - .toLowerCase()
2:26 - .charAt()
3:14 - .at() negative indexes
3:59 - .slice()
5:00 - Negative Slices
5:40 - .trim()
6:25 - .trimEnd()
6:56 - .repeat()
7:21 - .replace()
7:51 - .replaceAll()
8:28 - .split()
10:13- Conclusion
Рекомендации по теме
Комментарии
Автор

Watch Javascript Playlist Subscribe To My YouTube Channel:
See More At: Join My Facebook Group:
Get The Code

Codemycom
Автор

Nice, do you think you'll be covering flet for python ?

elijahmawli