Strings for JavaScript - Basic JavaScript Fast (29) | length, indexOf, includes, slice

preview_player
Показать описание
Let's learn the use of strings in JavaScript. We can indicate a character in a string by specifying an index. We can find the length of a string. We can also search for a character by using the indexOf method, which gives us the index that character first appears starting from a given index. We can use includes method to know if a substring exists in a given string. The slice method can return a portion of a string whose position is determined by the starting and ending indices.

Playlist of my JavaScript course

Playlist of my HTML5 and CSS3 tutorials

Playlist of my algorithm walkthrough

Playlist of my Java course

Playlist of my Java examples

#javascripttutorial #javascriptfullcourse #begincodingfast #javascript #javascriptstrings #indexof #includes #slice
Рекомендации по теме
welcome to shbcf.ru