String Methods - Javascript Programming 25

Поділитися
Вставка
  • Опубліковано 4 лип 2024
  • 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

КОМЕНТАРІ • 3

  • @Codemycom
    @Codemycom  2 місяці тому +1

    Watch Javascript Playlist Subscribe To My UA-cam Channel:
    bit.ly/46N9VPS bit.ly/2IGzvOR
    See More At: Join My Facebook Group:
    Codemy.com bit.ly/2GFmOBz
    Learn to Code at Codemy.com Buy a Codemy T-Shirt!
    Take 50% off with coupon code: youtube50 bit.ly/2VC9WUN
    Get The Code
    bit.ly/3tO2fyc

  • @elijahmawli8347
    @elijahmawli8347 2 місяці тому

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