#19 String Methods You Must know | JavaScript for Beginners Course

preview_player
Показать описание
In programming, string methods are used to perform different operations on strings.

In the last video, we learned about JavaScript strings. In JavaScript, strings are probably the most frequently used data type. To make working with strings easier, JavaScript has numerous string methods readily available for us to use.

In this video, we will learn about various string methods that perform different operations on strings.

Watch the full video to have a clear understanding of string methods that you must know.

~

Timestamps:
00:28 toUpperCase() and toLowerCase() Method
01:47 concat() Method
02:50 replace() Method
03:52 split() Method
05:20 slice() Method
06:48 trim() Method
07:27 search() Method
09:02 Programming Task
09:29 Quiz

Find Programiz elsewhere:

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

#19 String Methods You Must know | JavaScript for Beginners Course

#programiz #javascript #strings #stringmethods #programizvideo #learnprogramming #learnjs
Рекомендации по теме
Комментарии
Автор

programming task:
const str = "I LOVE JAVA"
const result = str.toLowerCase();

const newResult = result.replace("java", "javascript")
console.log(newResult);
,
programming quiz:
ans = 2) v

sayun