๐ Join my channel to get access to perks:
https://www.youtube.com/channel/UC8n8ftV94ZU_DJLOLtrpORA/join
๐งก Hello All JavaScript Lovers Outhere!
Today you’re going to learn about the String Object In JavaScript.
This tutorial is a series of videos, in each video we will discuss a method (or more) of the String Object in JavaScript.
In today’s video, you’re going to learn about two string methods, slice and substring, and know the difference between them.
Both slice and substring extract a section of a string and return it as a new string, without modifying the original string.
Syntax:
slice(indexStart)
slice(indexStart, indexEnd)
substring(indexStart)
substring(indexStart, indexEnd)
indexStart is : The index of the first character to include in the returned substring.
indexEnd is : The index of the first character to exclude from the returned substring.
๐ Social Media Links.
โพ Facebook : https://www.facebook.com/Code.Explained.Official
โพ Twitter : https://twitter.com/code_explained
โพ Instagram : https://www.instagram.com/Code.Explained.Official/
โพ GitHub : https://github.com/CodeExplainedRepo
๐ฒ Suppport the Channel
Paypal : https://paypal.me/CodeExplained
Buy Me a Coffee: https://www.buymeacoffee.com/CodeExplained
Tips For Learning JavaScript For Beginners
When you’re ready to learn JavaScript for beginners, there are many resources available online. The Mozilla Developer Network has a comprehensive list of JavaScript learning materials for beginners. You can use it to find free tutorials and recommended tools. For more advanced topics, check out the full-fledged JavaScript reference. The following are some tips for learning JavaScript for beginners. Use these resources to get started! These are the most basic tips for JavaScript beginners.