String methods in JavaScript I PART 1 | String Methods | JavaScript

preview_player
Показать описание
In this lecture, you will learn about some useful string methods in JavaScript and understand how they work and what is there use. String values are some of the most used values in JavaScript programs. So, its very important to understand all the available useful methods and properties of a string type.

In this lecture we will cover following string methods:
1. indexOf()
2. lastIndexOf()
3. slice()
4. length

Рекомендации по теме
Комментарии
Автор

i really like last part of this video the real usecase of string i learned alot

bhupendrasingh
Автор

Today I learnt that strings are kind of similar to arrays!

russelldriver