JavaScript Tutorial - Part 5 | String methods | yusy4code

Published: 05 August 2022
on channel: Yusy4Code
157
7

This is part 5 of our Crash Course JavaScript. In this video we will learn about

String methods
length

slice(start_idx, end_idx) [ end_idx not included]
substring(start_idx, end_idx) [ end_idx not included]
substr(start_idx, no_of_item) [ can handle -ve index]

replace (only first occurance)
replace with regex

toUpperCase
toLowerCase
trim

charAt or use like array index
split
indexOf, lastIndexOf
startsWith, endsWith
includes
match

Template literals

All string methods return a new string. They don't modify the original string.
Strings are immutable: Strings cannot be changed, only replaced.

Full Playlist:    • Crash Course JavaScript  

Popular Playlists:

Crash Course Python Basics
   • Crash Course Python  

Crash Course on REST API
   • Crash Course on API - Part 1 | What i...  

AWS Serverless
   • AWS - Serverless  

IBMi Web Development
   • IBMi (AS400) Web Development  

Crash Course RPGLE
   • Crash Course RPGLE  

RPGLE Fully Free Tutorial
   • RPGLE Fully Free Form Tutorial  

ILE Concepts in IBMi
   • ILE Concepts in RPG IBMi (AS400)  

IBMi Production support tips
   • Production Support Tips & Tricks  

#javascript #crashcourse #yusy4code


On this page of the site you can watch the video online JavaScript Tutorial - Part 5 | String methods | yusy4code with a duration of hours minute second in good quality, which was uploaded by the user Yusy4Code 05 August 2022, share the link with friends and acquaintances, this video has already been watched 157 times on youtube and it was liked by 7 viewers. Enjoy your viewing!